Metadata
- Source
- FLUID-229
- Type
- Sub-task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Jonathan Hung
- Reporter
- Jonathan Hung
- Created
2008-02-11T12:38:38.000-0500 - Updated
2008-03-05T14:52:07.000-0500 - Versions
-
- 0.1
- Fixed Versions
-
- 0.3
- Component
-
- Infrastructure
Description
Minified files should be concatenated to improve performance. However order in which files are concatenated matters due to dependencies.
A list of dependencies and the order of these dependencies should probably be in a .properties file.
Comments
-
Jonathan Hung commented
2008-02-13T14:31:25.000-0500 The ant script now produces a Fluid-all-min.js file which is a minified concatenated version of all Fluid component code.
Still to do:
Remove other minified files as they are no longer needed in the distribution.