This commit is contained in:
JC Brand 2019-06-12 06:45:00 +02:00
parent 9d3dfa831a
commit b7155359b2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ dist/website.css:: stamp-npm sass
$(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/website.scss $@
dist/website.min.css:: stamp-npm dist/website.css
$(CLEANCSS) $< > $@
$(CLEANCSS) dist/website.css > $@
dist/font-awesome.css:: stamp-npm sass
$(SASS) --source-map true --include-path $(BOURBON) --include-path $(BOOTSTRAP) sass/font-awesome.scss $@