Include treelist.js in shrinking scripts

pull/15/head
Thomas Bruederli 12 years ago
parent 1cf15ef4a5
commit 92ba29f04f

@ -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

@ -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"

Loading…
Cancel
Save