diff options
author | rahighi <rahighi> | 2021-08-26 13:11:23 +0430 |
---|---|---|
committer | rahighi <rahighi> | 2021-08-26 13:11:23 +0430 |
commit | d4c38aa96f8404f3178031592e773a72b30df533 (patch) | |
tree | faf0bfada7b5d98b3cbe34230a7628ba6d16a030 /tools/minify.sh | |
parent | b18da8ebebca5d40fb58fa270530cb9b048ff6ec (diff) | |
download | etbsa-traccar-web-d4c38aa96f8404f3178031592e773a72b30df533.tar.gz etbsa-traccar-web-d4c38aa96f8404f3178031592e773a72b30df533.tar.bz2 etbsa-traccar-web-d4c38aa96f8404f3178031592e773a72b30df533.zip |
Merge branch 'master' of https://github.com/traccar/traccar-web
Diffstat (limited to 'tools/minify.sh')
-rwxr-xr-x | tools/minify.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/minify.sh b/tools/minify.sh deleted file mode 100755 index 0579d8c..0000000 --- a/tools/minify.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -cd $(dirname $0)/../web - -# Use the value of $EXTJS_PATH if it is defined, '../../../ext-6.2.0' otherwise -EXT=${EXTJS_PATH:-'../../../ext-6.2.0'} - -sencha compile --classpath=app.js,app,$EXT/packages/core/src,$EXT/packages/core/overrides,$EXT/classic/classic/src,$EXT/classic/classic/overrides \ - exclude -all \ - and \ - include -recursive -file app.js \ - and \ - exclude -namespace=Ext \ - and \ - concatenate -closure app.min.js |