mirror of
https://github.com/traccar/traccar.git
synced 2026-02-05 05:03:44 -05:00
15 lines
380 B
Bash
Executable File
15 lines
380 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname $0)/../web
|
|
|
|
SDK="../../ext-6.0.0"
|
|
|
|
sencha compile --classpath=app.js,app,$SDK/packages/core/src,$SDK/packages/core/overrides,$SDK/classic/classic/src,$SDK/classic/classic/overrides \
|
|
exclude -all \
|
|
and \
|
|
include -recursive -file app.js \
|
|
and \
|
|
exclude -namespace=Ext \
|
|
and \
|
|
concatenate -closure app.min.js
|