Opened 11 years ago
Closed 11 years ago
#598 closed enhancement (fixed)
Investigate alternatives to YUI compressor
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Core | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
Currently, YUI compressor is used for compressing the various js files into fusionSF-compressed.js
Unfortunately, YUI seems to be no longer in active maintenance (http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/) and lacks support for modern web developer features like source maps (something very useful for "debugging" fusionSF-compressed.js)
We should look for an alternative to YUI compressor. Preferably one that does require node.js, as we don't want to introduce new dependencies if we don't have to.
Note:
See TracTickets
for help on using tickets.
Fixed r2796