mirror of
https://github.com/traccar/traccar.git
synced 2026-06-13 19:34:58 -04:00
6 lines
351 B
Batchfile
6 lines
351 B
Batchfile
@echo off
|
|
cd C:\[traccar path]\traccar\web
|
|
set SDK=C:\[sencha path]\ext-6.0.0
|
|
|
|
sencha -sdk %SDK% 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
|