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