From 8cbd6c4bca3caf8c7770e4e8608e493ac5605ef9 Mon Sep 17 00:00:00 2001 From: Ionitron Date: Tue, 15 Mar 2016 17:43:59 -0500 Subject: [PATCH] explicity using gulp from node_modules --- scripts/docs/update_docs.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index b87868f9..15d56d14 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -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