FLUID-229: Build script should concat minified files

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
  1. 0.1
Fixed Versions
  1. 0.3
Component
  1. 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.