It is important that we uglify our code before we deploy it in order to reduce the size of the file that we send, however, this makes it very difficult to debug and maintain. In order to make the production code more easily debuggable, we should generate source maps along with our uglified code.
It is important that we uglify our code before we deploy it in order to reduce the size of the file that we send, however, this makes it very difficult to debug and maintain. In order to make the production code more easily debuggable, we should generate source maps along with our uglified code.
Further information in the mailing list thread from November 25, 2015:
http://lists.idrc.ocad.ca/pipermail/fluid-work/2015-November/009830.html