Skip to content

Commit

Permalink
fix(deploy): make sure production mode is set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrygh committed Feb 19, 2016
1 parent 7e49ff2 commit af0d84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af0d84c

Please sign in to comment.