]> git.mxchange.org Git - friendica.git/blobdiff - bin/dev/minifyjs.sh
Issue 12524: Fix first day of week
[friendica.git] / bin / dev / minifyjs.sh
index 50a56a45ca52fd79fa8d1a802cdb11b443933745..2c38cf8801c6425b8768a9a47590b65d1f7826ff 100755 (executable)
@@ -5,20 +5,10 @@ command -v uglifyjs >/dev/null 2>&1 || { echo >&2 "I require UglifyJS but it's n
 MINIFY_CMD=uglifyjs
 
 JSFILES=(
-       "view/js/acl.js"
        "view/js/ajaxupload.js"
        "view/js/country.js"
        "view/js/main.js"
        "vendor/asset/base64/base64.min.js"
-       "view/theme/frost/js/acl.js"
-       "view/theme/frost/js/jquery.divgrow-1.3.1.f1.js"
-       "view/theme/frost/js/main.js"
-       "view/theme/frost/js/theme.js"
-       "view/theme/frost-mobile/js/acl.js"
-       "view/theme/frost-mobile/js/jquery.divgrow-1.3.1.f1.js"
-       "view/theme/frost-mobile/js/main.js"
-       "view/theme/frost-mobile/js/theme.js"
-       "view/theme/decaf-mobile/js/theme.js"
 )
 JSFILES2=(
        "library/colorbox/jquery.colorbox.js"