Actions
Defect #6662
openJavaScript is not minified for production use
Start date:
2010-10-13
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
The current JavaScript that Redmine uses in production environment is not minified using a tool such as Google Closure or YUI Compressor. This will dramatically reduce the size of the page a client has to download if it was used.
Updated by Eric Davis about 14 years ago
- Target version set to Unplanned backlogs
This would be nice to add but we would need to make sure to track unminified versions in svn/git.
Updated by Anonymous about 14 years ago
Sure, what I do is have a *.src.js and *.js of my files. When running in a development mode the application simply uses the *.src.js version instead.
Actions