From e062d0177a223291bc5137a832f7e9eb8e39d0ee Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 29 Jun 2015 05:04:03 -0400 Subject: [PATCH] do not use gulp --- deploy.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deploy.sh b/deploy.sh index d139d41..60eba44 100644 --- a/deploy.sh +++ b/deploy.sh @@ -125,13 +125,6 @@ if [ -e "$DEPLOYMENT_SOURCE/bower.json" ]; then exitWithMessageOnError "bower failed" fi -# 5. Execute gulp -if [-e "$DEPLOYMENT_SOURCE/gulpfile.js"]; then - ./node_modules/.bin/gulp publish - exitWithMessageOnError "gulp run failed" - - fi - ##################################################################################################################################