Metadata
- Source
- FLUID-2648
- Type
- Sub-task
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Laurel Williams
- Reporter
- Laurel Williams
- Created
2009-05-05T11:41:01.000-0400 - Updated
2009-05-05T21:40:00.000-0400 - Versions
-
- 1.1
- Fixed Versions
-
- 1.1
- Component
-
- Website
Description
Alter the css files to add name and description (required for front end of build tool)
{"ModuleName": {
"name": "Verbose Module Name",
"description" : "Verbose Module description",
"files": ["File.js", "File.js"],
"dependencies": ["ModuleName", "ModuleName"]
"cssFiles" : ["fss-layout.css", "fss-text.css"]
}}
Attachments
Comments
-
Laurel Williams commented
2009-05-05T12:16:23.000-0400 This patch resolves both this issue 2648 and 2639.
Would like reviewers to check cssFiles order in particular since it was difficult to be sure if I'd gotten that right. Jacob to check FSS dependencies in particular and ensure they are in the appropriate order.
Also please feel free to alter name and long descriptions if you think your favourite component isn't being represented fully. This was just a first attempt.
-
Laurel Williams commented
2009-05-05T14:14:08.000-0400 revised patch to include only changes to name and description
-
Laurel Williams commented
2009-05-05T15:08:31.000-0400 removed trailing comma from fss file
-
Laurel Williams commented
2009-05-05T21:40:00.000-0400 Checked this. The files are as expected.