Answered: Can I pass compiling options to `sencha app build` ?
Answered: Can I pass compiling options to `sencha app build` ?
I know `sencha compile` has a lot of options and `sencha app build` looks executing compiling process inside of it.
But how can I pass compiling options to `sencha app build` command or can I? If sencha.cfg can also handle it, I would like to know that in detail. Thanks.
I'm afraid but it seems not to be an answer to my question.
What I want to do is to run `sencha app build production` with compiling option, such as '-closure' or '-uglify', because deployed app.js looks not enough to be shortened in my environment.