|
|
@ -6,6 +6,12 @@ package: |
|
|
|
find dist_package | grep "\.git\|DS_Store\|.swp" | xargs rm -rf
|
|
|
|
find dist_package | grep "\.git\|DS_Store\|.swp" | xargs rm -rf
|
|
|
|
cd dist_package && zip -r ../releases/webogram_v$(version).zip .
|
|
|
|
cd dist_package && zip -r ../releases/webogram_v$(version).zip .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ghdist: |
|
|
|
|
|
|
|
rm -rf dist
|
|
|
|
|
|
|
|
mkdir dist
|
|
|
|
|
|
|
|
cp -r .git dist/
|
|
|
|
|
|
|
|
cd dist && git checkout gh-pages
|
|
|
|
|
|
|
|
|
|
|
|
publish: |
|
|
|
publish: |
|
|
|
./node_modules/gulp/bin/gulp.js clean
|
|
|
|
./node_modules/gulp/bin/gulp.js clean
|
|
|
|
cd dist && git pull origin gh-pages
|
|
|
|
cd dist && git pull origin gh-pages
|
|
|
@ -16,7 +22,6 @@ publish: |
|
|
|
bump: |
|
|
|
bump: |
|
|
|
./node_modules/gulp/bin/gulp.js bump
|
|
|
|
./node_modules/gulp/bin/gulp.js bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
txinstall: |
|
|
|
txinstall: |
|
|
|
curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
|
|
|
|
curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
|
|
|
|
sudo python get-pip.py
|
|
|
|
sudo python get-pip.py
|
|
|
|