fix(deploy): make sure production mode is set to true

This commit is contained in:
Drew Rygh
2016-02-19 11:05:08 -06:00
parent 7e49ff2550
commit af0d84c711

View File

@@ -30,7 +30,7 @@ function run {
cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-variables/
#compile API Demos
gulp demos --production
gulp demos --production=true
# CD in to the site dir to commit updated docs
cd $SITE_DIR