aboutsummaryrefslogtreecommitdiff
path: root/tools/minify.sh
blob: 4d402d50ec5847599bee8128f50fb45eb0e35258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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