there is a way to specify in app.json, where I include js files, not to minify 1 js file, somethig like
"js": [
{
"path": "sdk/sencha-touch.js"
},
{
"path": "sdk/myjs.js",
"compress": false
},
...
"compress": false -- ofc doesn work , there is something to specify not to compress or minify that js file ?
Thanks for any help!
As fas as I found there is not why to specify not to compress, the way how I do an workaround is:
Updated the
app.jsonfile (not to loose the “js” folder when we build production app) like this :Include the file in index html as a regular script