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/jsunshrink.sh | |
parent | 1f910cb50dcb12e84d92db4d61dcd8dbb0f0c5b6 (diff) | |
parent | 01a98cb9d65abf8f31b7bc62002a5061e463c80f (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'bin/jsunshrink.sh')
-rwxr-xr-x | bin/jsunshrink.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jsunshrink.sh b/bin/jsunshrink.sh index 9d7755092..ef1bb47a1 100755 --- a/bin/jsunshrink.sh +++ b/bin/jsunshrink.sh @@ -6,7 +6,7 @@ if [ ! -d "$JS_DIR" ]; then exit 1 fi -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 mv "$JS_DIR/${fn}.js.src" "$JS_DIR/${fn}.js" echo "Reverted $JS_DIR/${fn}.js" |