do not use gulp

This commit is contained in:
Tommy Parnell
2015-06-29 05:04:03 -04:00
parent 7d9e54c418
commit e062d0177a

View File

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