2014-02-12 17:33:31 +00:00
|
|
|
package:
|
2014-05-09 15:35:44 +00:00
|
|
|
./node_modules/gulp/bin/gulp.js package
|
|
|
|
find dist | grep "DS_Store" | xargs rm -rf
|
|
|
|
cd dist && zip -r ../releases/webogram_v$(version).zip .
|
2014-02-12 17:33:31 +00:00
|
|
|
|
|
|
|
publish:
|
2014-03-21 10:07:46 +00:00
|
|
|
./node_modules/gulp/bin/gulp.js clean
|
2014-02-20 00:54:36 +00:00
|
|
|
cd dist && git pull origin gh-pages
|
2014-03-19 11:25:53 +00:00
|
|
|
./node_modules/gulp/bin/gulp.js publish
|
|
|
|
cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages
|