Remove traces of bourbon from Makefile and use tabs

This commit is contained in:
JC Brand 2019-09-04 15:21:00 +02:00
parent 3f0d88e88d
commit 38919a35ba

View File

@ -1,7 +1,6 @@
# You can set these variables from the command line.
BABEL ?= node_modules/.bin/babel
BOOTSTRAP = ./node_modules/
BOURBON = ./node_modules/bourbon/app/assets/stylesheets/
BUILDDIR = ./docs
CHROMIUM ?= ./node_modules/.bin/run-headless-chromium
CLEANCSS ?= ./node_modules/clean-css-cli/bin/cleancss --skip-rebase
@ -129,7 +128,7 @@ dev: stamp-npm
css: sass/*.scss dist/website.css dist/website.min.css
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 $(BOOTSTRAP) sass/website.scss $@
dist/website.min.css:: stamp-npm dist/website.css
$(CLEANCSS) dist/website.css > $@