|
Post by fnllc on Sept 2, 2017 21:30:32 GMT
I have added Sentry.IO to my Rhomobile app to report JS errors. However, to be more useful, I need to send the source maps of the minified JS files generated during compilation.
What tool does Rhomobile use to generated minified JS? Also, is it possible to add source maps also?
|
|
|
Post by Vladimir Musulainen on Sept 3, 2017 10:03:50 GMT
Rhodes uses yuicompressor v.2.4.8 with modifications. You can find sources here. Pay attention to docs - you can specify what directories to exclude from minify process or tour off minifying process at all.
|
|