From b9b7c11ba8e26360503313d5ff69c531178ad625 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 19 Mar 2014 15:25:53 +0400 Subject: [PATCH] Update Makefile to support gulp publish --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5049b5ee..6f255af2 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + ./node_modules/gulp/bin/gulp.js publish + cd dist && git add --all . && git commit -am "merged with master" && git push origin gh-pages