Fix JS files loading order
This commit is contained in:
parent
7cbcd35810
commit
70493d7b50
3
Makefile
3
Makefile
|
@ -10,6 +10,7 @@ static:
|
||||||
app/bower_components/react-router/build/global/ReactRouter.min.js \
|
app/bower_components/react-router/build/global/ReactRouter.min.js \
|
||||||
app/bower_components/lodash/lodash.min.js \
|
app/bower_components/lodash/lodash.min.js \
|
||||||
app/js/* \
|
app/js/* \
|
||||||
app/jsx/build/*/* \
|
app/jsx/build/charts/* \
|
||||||
|
app/jsx/build/app.js \
|
||||||
> build/app.js
|
> build/app.js
|
||||||
cat app/css/* | $(CLEANCSS) -o build/app.css
|
cat app/css/* | $(CLEANCSS) -o build/app.css
|
||||||
|
|
Loading…
Reference in New Issue