diff options
Diffstat (limited to 'module/web/compile_js.sh')
-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 |