0
votes

When I use sencha app watch on a new app created by sencha cmd, I obtain, inspecting with browser tools, a readable app.js. Doing the same using sencha app build, the app.js file is minified and hard to debug.

How can I obtain the same result of sencha app watch from sencha app build?

1

1 Answers

0
votes

Executes the build process for an application in different environment by adding extra parameter at end..

sencha app build [production|testing|native|package]

For you sencha app build testing will not create minified JS files..

By default it take production environment..That's why you getting minified JS files