aboutsummaryrefslogtreecommitdiff
path: root/tools/minify.sh
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2021-08-15 14:36:32 -0700
committerAnton Tananaev <anton.tananaev@gmail.com>2021-08-15 14:36:32 -0700
commit57eb05c97de6f4ffccb927ed5b2c310e722ffeb2 (patch)
tree393c9ccc183fffdbfc5102872da9be46de0a7c56 /tools/minify.sh
parent8ec7aded57e4bc1f525d904ad42c3541b685ca37 (diff)
downloadetbsa-traccar-web-57eb05c97de6f4ffccb927ed5b2c310e722ffeb2.tar.gz
etbsa-traccar-web-57eb05c97de6f4ffccb927ed5b2c310e722ffeb2.tar.bz2
etbsa-traccar-web-57eb05c97de6f4ffccb927ed5b2c310e722ffeb2.zip
Update packaging scripts
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