aboutsummaryrefslogtreecommitdiff
path: root/tools/minify.sh
diff options
context:
space:
mode:
authorrahighi <rahighi>2021-08-26 13:11:23 +0430
committerrahighi <rahighi>2021-08-26 13:11:23 +0430
commitd4c38aa96f8404f3178031592e773a72b30df533 (patch)
treefaf0bfada7b5d98b3cbe34230a7628ba6d16a030 /tools/minify.sh
parentb18da8ebebca5d40fb58fa270530cb9b048ff6ec (diff)
downloadetbsa-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-xtools/minify.sh15
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