explicity using gulp from node_modules

This commit is contained in:
Ionitron 2016-03-15 17:43:59 -05:00
parent 949c361026
commit 8cbd6c4bca

View File

@ -15,14 +15,10 @@ function init {
function run {
cd $SITE_DIR
git reset --hard
git pull origin master
VERSION=$(readJsonProp "package.json" "version")
# process new docs
gulp docs
./node_modules/.bin/gulp docs
# CD in to the site dir to commit updated docs
cd $SITE_DIR