|
|
|
@ -13,9 +13,11 @@ ghdist:
|
|
|
|
|
cd dist && git checkout gh-pages
|
|
|
|
|
|
|
|
|
|
publish: |
|
|
|
|
./node_modules/gulp/bin/gulp.js publish
|
|
|
|
|
echo -n "Please open http://localhost:8000/dist/index.html and check if everything works fine." && read -e
|
|
|
|
|
./node_modules/gulp/bin/gulp.js deploy
|
|
|
|
|
./node_modules/gulp/bin/gulp.js clean
|
|
|
|
|
cd dist && git pull origin gh-pages
|
|
|
|
|
./node_modules/gulp/bin/gulp.js publish
|
|
|
|
|
echo -n "Please open http://localhost:8000/dist/index.html and check if everything works fine." && read -e
|
|
|
|
|
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|
|
|
|
|
|
|
|
|
|
bump: |
|
|
|
|
./node_modules/gulp/bin/gulp.js bump
|
|
|
|
|