diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-02-01 20:04:33 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-02-01 20:04:33 +0100 |
commit | 3dd136f26e36d0f453649e77300b408cfa8491e4 (patch) | |
tree | f03a7dba5d86473df5c4c457a88c73234cc49705 /bin/jsshrink.sh | |
parent | 1f910cb50dcb12e84d92db4d61dcd8dbb0f0c5b6 (diff) | |
parent | 01a98cb9d65abf8f31b7bc62002a5061e463c80f (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'bin/jsshrink.sh')
-rwxr-xr-x | bin/jsshrink.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jsshrink.sh b/bin/jsshrink.sh index 1d77ff388..c79f90405 100755 --- a/bin/jsshrink.sh +++ b/bin/jsshrink.sh @@ -56,7 +56,7 @@ if [ $# -gt 0 ]; then fi # default: compress application scripts -for fn in app common googiespell list; do +for fn in app common googiespell list treelist; do if [ -r "$JS_DIR/${fn}.js.src" ]; then echo "$JS_DIR/${fn}.js.src already exists, not overwriting" else |