[ALOY-220] How to handle uglifyjs alloy-specific changes
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-10-10T02:16:17.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Documentation, XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-08-28T09:27:49.000+0000 |
Updated | 2018-03-07T22:25:44.000+0000 |
Description
We need to determine how we would like to manage the custom changes made to uglifyjs to make it work for alloy. Specifically, a couple of (minimal) changes were needed to facilitate our JSON-derivative tss file format. As it stands now, these changes are simply noted with TODOs in the uglifyjs source code that is part of the alloy project.
For the time being, this is OK. if we ever need to update uglifyjs or track our own changes, it becomes a little more difficult to handle. There's a couple ways we can proceed.
Let's go with #1 for now. We can revisit in a couple months.
We will, for the time being, continue to track our minimal uglifyjs changes via TODOs.