Commit b7155359 authored by JC Brand's avatar JC Brand

Fixes #1588

parent 9d3dfa83
...@@ -130,7 +130,7 @@ dist/website.css:: stamp-npm sass ...@@ -130,7 +130,7 @@ dist/website.css:: stamp-npm sass
$(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/website.scss $@ $(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/website.scss $@
dist/website.min.css:: stamp-npm dist/website.css dist/website.min.css:: stamp-npm dist/website.css
$(CLEANCSS) $< > $@ $(CLEANCSS) dist/website.css > $@
dist/font-awesome.css:: stamp-npm sass dist/font-awesome.css:: stamp-npm sass
$(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/font-awesome.scss $@ $(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/font-awesome.scss $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment