Browse Source

Update Makefile to support gulp publish

master
Igor Zhukov 10 years ago
parent
commit
b9b7c11ba8
  1. 4
      Makefile

4
Makefile

@ -18,5 +18,5 @@ package: @@ -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

Loading…
Cancel
Save