FLUID-2654: Modify the build scripts to automate the process of rewriting the css references in the head of the html files.

Metadata

Source
FLUID-2654
Type
Sub-task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2009-05-08T12:33:46.000-0400
Updated
2009-11-13T09:14:33.000-0500
Versions
  1. 1.0
Fixed Versions
  1. 1.1
Component
  1. Infrastructure
  2. Testing Infrastructure

Description

Modify the build scripts to automate the process of rewriting the css references in the head of the html files.

Similar to FLUID-2647 but for the css instead of the js.

Comments

  • Justin Obara commented 2009-05-08T18:14:03.000-0400

    Created some new functions, tasks, and regular expressions to 1) find the reference to the first css file that is in the single css file and replace the portion after the last instance of "./" with name of the single css file 2) remove the remaining refernces to the css files that are in the single css file.

  • Justin Obara commented 2009-11-13T09:14:33.000-0500

    This was completed but other issues (FLUID-2767) have prevented the css concatenation from actually being used.