Project

General

Profile

Actions

Defect #6662

open

JavaScript is not minified for production use

Added by Anonymous over 13 years ago. Updated over 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
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.

Actions #1

Updated by Eric Davis over 13 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.

Actions #2

Updated by Anonymous over 13 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

Also available in: Atom PDF