fix makefile

This commit is contained in:
Radek Stepan 2013-12-31 17:19:07 +00:00
parent 9f1cb89d01
commit 3614bd0260
1 changed files with 1 additions and 3 deletions

View File

@ -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