Include normalize.css in build
This commit is contained in:
parent
31257465bc
commit
e8e54d0c0f
5
Makefile
5
Makefile
|
@ -13,4 +13,7 @@ static:
|
||||||
app/jsx/build/charts/* \
|
app/jsx/build/charts/* \
|
||||||
app/jsx/build/app.js \
|
app/jsx/build/app.js \
|
||||||
> build/app.js
|
> build/app.js
|
||||||
cat app/css/* | $(CLEANCSS) -o build/app.css
|
cat \
|
||||||
|
app/bower_components/normalize.css/normalize.css \
|
||||||
|
app/css/* \
|
||||||
|
| $(CLEANCSS) -o build/app.css
|
||||||
|
|
Loading…
Reference in New Issue