FLUID-5832: Generate Source Maps When Minifying

Metadata

Source
FLUID-5832
Type
Task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Michelle D'Souza
Created
2015-12-17T12:23:14.058-0500
Updated
2016-07-08T09:06:02.869-0400
Versions
  1. 1.5
Fixed Versions
  1. 2.0
Component
  1. Build Scripts

Description

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

Comments