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.5
- Fixed Versions
-
- 2.0
- Component
-
- 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
-
Michelle D'Souza commented
2016-02-03T17:35:04.719-0500 Here is the pull request: https://github.com/fluid-project/infusion/pull/662