FLUID-2647: Modify the build scripts to automate the process of rewriting the URLs in the head of the html pages.

Metadata

Source
FLUID-2647
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Michelle D'Souza
Reporter
Justin Obara
Created
2009-05-04T15:03:32.000-0400
Updated
2009-05-04T17:08:29.000-0400
Versions
N/A
Fixed Versions
  1. 1.1
Component
  1. Infrastructure
  2. Testing Infrastructure

Description

Modify the build scripts to automate the process of rewriting the URLs in the head of the html pages, to point to the single js file instead of the individual ones.

This should make the testing of InfusionAll.js easier at release time.

Comments

  • Justin Obara commented 2009-05-04T15:10:15.000-0400

    Modified the build.js and build.xml files to allow for automated URL rewriting. This will replace the references to the individual js files to a reference to the single js file, which they are concatenated into. (i.e. InfusionAll.js)

  • Justin Obara commented 2009-05-04T15:11:05.000-0400

    Michelle, please code review my commit for this issue

  • Justin Obara commented 2009-05-04T17:08:29.000-0400

    Michelle reviewed it.