chore(CI): clear nightly dir before running dgeni to remove old dirs

also add caching of ionic-site
limit ionic-site clone depth
use local gulp in node_modules
Closes #439
This commit is contained in:
Ionitron
2016-04-13 15:34:17 -05:00
parent e5c4d7cecc
commit 0bdeab62e2
3 changed files with 23 additions and 8 deletions

View File

@ -28,7 +28,7 @@ function run {
fi
# Install gulp globally for site deploy script.
npm install -g gulp
# npm install -g gulp
if [[ "$IS_RELEASE" == "true" ]]; then
echo "RELEASE DETECTED!"