From c5efdc0f38de6ac7171eff405635385bcefc79b4 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 10 Nov 2015 13:53:08 +0300 Subject: [PATCH] Added ghdist target Closes #898 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bea62326..5dcea9b3 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,12 @@ package: find dist_package | grep "\.git\|DS_Store\|.swp" | xargs rm -rf 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: ./node_modules/gulp/bin/gulp.js clean cd dist && git pull origin gh-pages @@ -16,7 +22,6 @@ publish: bump: ./node_modules/gulp/bin/gulp.js bump - txinstall: curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py sudo python get-pip.py