Update Makefile to support gulp publish

This commit is contained in:
Igor Zhukov 2014-03-19 15:25:53 +04:00
parent 0cafc89ca4
commit b9b7c11ba8

View File

@ -18,5 +18,5 @@ package:
publish:
rm -rf dist/*
cd dist && git pull origin gh-pages
cp -r app/* dist/
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
./node_modules/gulp/bin/gulp.js publish
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages