add build script for mobile version
This commit is contained in:
12
mobile/build_mobile.js
Executable file
12
mobile/build_mobile.js
Executable 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
|
Reference in New Issue
Block a user