Can i disable minifying so i can debug app.bundle.js and understand the code?
-
-
Onsen UI ships with both the unminified and minified versions of the code. From your reference to
app.bundle.js
it sounds like you’re using some build tool which is doing the minifying for you?
-
Yes i m using Monaca. I managed to set a breakpoint in safari after running it with monaca preview.
Thanks for your response man! :)