Disable combining of all code into app.js

Hi,

I regularly modify client-side code in the browser for debugging purposes. This has become a pain since Meteor started combining all code into app.js.

  • If you make a change, it takes Chrome about 10 seconds to save it since app.js is so big.
  • Chrome doesn’t have an easy way to jump from the source-mapped code to app.js either, so I have to resort to searching within app.js.

How can I stop Meteor from doing this? Removing the package “standard-minifiers-js” doesn’t work.

Thanks,
Graeme

Is this in development?

Are you accessing the site over https with a self signed cert?

In development on my local machine. No HTTPS or certs involved.