chore(build): add version task

This commit is contained in:
Andy Joslin
2014-02-05 14:19:24 -05:00
parent b868584a18
commit 7039ea42ab
2 changed files with 23 additions and 4 deletions

View File

@@ -33,9 +33,6 @@ function run {
cd $VERSION_DIR
cp -R $BUILD_DIR/* $VERSION_DIR
# Create a version.txt file with the version and codename
echo "$VERSION $CODENAME" > version.txt
echo "-- Generating versions.json..."
cd $IONIC_CODE_DIR/builder
python ./generate.py > /dev/null