Thomas Bruederli
2013-02-01 92ba29f04f9303e6b767569002f65c8ff1512553
Include treelist.js in shrinking scripts
2 files modified
4 ■■■■ changed files
bin/jsshrink.sh 2 ●●● patch | view | raw | blame | history
bin/jsunshrink.sh 2 ●●● patch | view | raw | blame | history
bin/jsshrink.sh
@@ -56,7 +56,7 @@
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
bin/jsunshrink.sh
@@ -6,7 +6,7 @@
    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"