From 70866988b0d9143d45839f3f8872d4f864857b4a Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Fri, 5 Feb 2016 11:35:19 -0600 Subject: [PATCH] chore(demos): deploy script should create production demos --- 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 586916d502..a63ce6791a 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 + gulp demos --production # CD in to the site dir to commit updated docs cd $SITE_DIR