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 - ##################################################################################################################################