From af0d84c7117ab9604a8c7e3f6b9e3cf2586121c5 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Fri, 19 Feb 2016 11:05:08 -0600 Subject: [PATCH] fix(deploy): make sure production mode is set to true --- scripts/docs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/deploy.sh b/scripts/docs/deploy.sh index a63ce6791a..49fd8425f9 100755 --- a/scripts/docs/deploy.sh +++ b/scripts/docs/deploy.sh @@ -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