add build script for mobile version

This commit is contained in:
Stefan Breunig
2013-03-10 17:40:27 +01:00
parent af24be16e7
commit 545ccad20b
2 changed files with 16 additions and 0 deletions

12
mobile/build_mobile.js Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
set -e
cd `dirname "$0"`
cd ..
./build.py
compressed="$(uglifyjs iitc-debug.user.js)"
echo "${compressed}" > "iitc-debug.user.js"
cd mobile
ant release