X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fdev%2Fminifyjs.sh;h=2c38cf8801c6425b8768a9a47590b65d1f7826ff;hb=4c6877c1f957681efc388b2b1da69254e4f1e583;hp=50a56a45ca52fd79fa8d1a802cdb11b443933745;hpb=78114c13d5ce27b36682a960859056d4ebf9d9be;p=friendica.git diff --git a/bin/dev/minifyjs.sh b/bin/dev/minifyjs.sh index 50a56a45ca..2c38cf8801 100755 --- a/bin/dev/minifyjs.sh +++ b/bin/dev/minifyjs.sh @@ -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"