diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-01 15:19:10 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-01 15:19:10 +0100 |
commit | 92ba29f04f9303e6b767569002f65c8ff1512553 (patch) | |
tree | 1e77e8ff1438ebee138eecb8c5bb484656ce7a68 /bin/jsshrink.sh | |
parent | 1cf15ef4a5a7e09247b9dfa7e9931ddbe25660a4 (diff) |
Include treelist.js in shrinking scripts
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 |