chore(demos): deploy script should create production demos

This commit is contained in:
Drew Rygh
2016-02-05 11:35:19 -06:00
parent 0ac475fae8
commit 70866988b0

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
gulp demos --production
# CD in to the site dir to commit updated docs
cd $SITE_DIR