rename extension - it's a shell script, not javascript!
This commit is contained in:
13
mobile/build_mobile.sh
Executable file
13
mobile/build_mobile.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
cd `dirname "$0"`
|
||||
cd ..
|
||||
./build.py local8000
|
||||
cd build/local8000
|
||||
compressed="$(uglifyjs total-conversion-build.user.js)"
|
||||
echo "${compressed}" > "total-conversion-build.user.js"
|
||||
|
||||
cd ../../mobile
|
||||
ant release
|
Reference in New Issue
Block a user