chore(demos): changing the order so api demos run before docs (so they're committed to ionic-site)

This commit is contained in:
perry
2016-02-01 17:59:04 -06:00
parent 6fa2283b2f
commit f786067b42
2 changed files with 7 additions and 5 deletions

View File

@ -12,12 +12,13 @@ function init {
cd ..
SITE_PATH=$(readJsonProp "config.json" "sitePath")
SITE_DIR=$IONIC_DIR/$SITE_PATH
}
function run {
./git/clone.sh --repository="driftyco/ionic-site" \
--directory="$SITE_DIR" \
--branch="master"
}
function run {
cd ..
VERSION=$(readJsonProp "package.json" "version")