fix makefile
This commit is contained in:
parent
9f1cb89d01
commit
3614bd0260
4
Makefile
4
Makefile
|
@ -11,9 +11,7 @@ minify:
|
||||||
watch:
|
watch:
|
||||||
watch --color -n 1 make build
|
watch --color -n 1 make build
|
||||||
|
|
||||||
publish:
|
publish: build minify
|
||||||
build
|
|
||||||
minify
|
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
git show master:build/app.bundle.min.js > app.bundle.min.js
|
git show master:build/app.bundle.min.js > app.bundle.min.js
|
||||||
git show master:build/app.bundle.min.css > app.bundle.min.css
|
git show master:build/app.bundle.min.css > app.bundle.min.css
|
||||||
|
|
Loading…
Reference in New Issue