FLUID-3406: check ant script minification order

Metadata

Source
FLUID-3406
Type
Sub-task
Priority
Critical
Status
Closed
Resolution
Won't Fix
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-12-04T09:21:49.000-0500
Updated
2009-12-08T15:25:36.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Ensure that the ant build does the minification and concatination in that specific order. This would effectively reduce the duplication of the minification step.
If it does not, then edit the ant script to fix this.

Comments

  • Colin Clark commented 2009-12-04T18:01:46.000-0500

    Bug Parade Builder 1.1.2

  • Laurel Williams commented 2009-12-07T10:34:54.000-0500

    clarified that copyToScrBundle target performs the concatination of the files and copyToDeployBundle target calls minifyBuild.
    copyToSrcBundle is performed before copyToDeploy bundle in the customBuild target.

  • Laurel Williams commented 2009-12-07T16:15:43.000-0500

    Nothing required here