FLUID-2639: Prep for allowing the custom build to create a concatenated CSS file.

Metadata

Source
FLUID-2639
Type
Task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Michelle D'Souza
Created
2009-05-01T11:32:45.000-0400
Updated
2011-02-28T16:45:16.766-0500
Versions
N/A
Fixed Versions
  1. 1.1
Component
  1. FSS
  2. Infrastructure

Description

http://wiki.fluidproject.org/display/fluid/Component+Contact+Directory
Refer to the above list of component owners to confirm css order is correct and complete.

Comments

  • Jacob Farber commented 2009-05-01T15:05:54.000-0400

    Each JSON Dependencies build file needs to have a list of dependent CSS files in order, eg:

    {"ModuleName": {
    "files": ["File.js", "File.js"],
    "dependencies": ["ModuleName", "ModuleName"]
    "cssFiles" : ["fss-layout.css", "fss-text.css"]
    }}

  • Jacob Farber commented 2009-05-01T15:08:02.000-0400

    This should be done at the same time as the custom builder page JSON reformatting

  • Laurel Williams commented 2009-05-05T21:44:43.000-0400

    moved the task of adding the css file dependencies into the json files to a subtask of this parent task.

  • Laurel Williams commented 2009-05-11T08:51:32.000-0400

    With the two subtasks complete, I believe this task is resolved.

  • Michelle D'Souza commented 2011-02-28T16:45:16.758-0500

    Closing issues that were fixed in 1.1