I guess here is not the best place to ask, but I can't find or get help anywhere else.
How can I tell sencha cmd to stop obfuscate my files?
I have third party library Strophejs and there is somethink like:
var Strophe;
ofcource after sencha app build I'm getting something like
var g;
how to fix this or how to stop obfuscating on this file or at least don't obfuscate Strophe variable name?
documentation saying that obfuscate is enabled by default when building for production and doesn't say how to disable it. It causes only pain.