chore(docs): run gulp src on each build

This commit is contained in:
Drew Rygh
2015-11-23 16:53:43 -06:00
parent 339e5ea52e
commit 023fd1753e

View File

@ -22,6 +22,7 @@ function run {
VERSION=$(readJsonProp "package.json" "version") VERSION=$(readJsonProp "package.json" "version")
gulp docs --doc-version="$VERSION_NAME" gulp docs --doc-version="$VERSION_NAME"
gulp src
cd $SITE_DIR cd $SITE_DIR
CHANGES=$(git status --porcelain) CHANGES=$(git status --porcelain)