diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-11 19:14:30 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-11 19:14:30 +0200 |
commit | ad7dcc3f9ed360769d7b53d8a06d1222c8374fa7 (patch) | |
tree | 5f923f676f3846b32098cbe4057262d301eee96d /module/web | |
parent | disabled js debug (diff) | |
download | pyload-ad7dcc3f9ed360769d7b53d8a06d1222c8374fa7.tar.xz |
pavement build script
Diffstat (limited to 'module/web')
-rwxr-xr-x | module/web/compile_js.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/module/web/compile_js.sh b/module/web/compile_js.sh deleted file mode 100755 index 79adb1bed..000000000 --- a/module/web/compile_js.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -for file in media/js/*.coffee -do - echo "Compiling ${file}" - cat ${file} | coffee -cbs | yuicompressor --type js > ${file/.coffee/.js} -done |