Json files must list css dependencies. Split FSS json into 4 (reset, layout, text and themes) each with own set of css dependencies
Environment
None
Attachments
1
Activity
Show:
Laurel Williams May 11, 2009 at 1:01 PM
This seems complete.
Justin Obara May 8, 2009 at 4:29 PM
Committed Laurel Williams' FLUID-2639-2 patch with some changes. 1) The majority of the patch was good, but there were some naming issues regarding the fss modules that caused it to not work. The module names specified in the properties file did not match the actual module names, and the key within the fss dependency json files should have been the same as the module name. (I have corrected these issues). 2) In order for the build scripts properly concatenate the files an overall FSS dependency file was added; this points at the other fss modules. This will allow a user to specify all FSS modules at once, or just the ones needed. Also to ensure that the FSS css files were in the first position of the concatenated file, the fss module was hardcoded into the build.js file at the first position, when building InfusionAll. This will need to be looked at in the future.
Json files must list css dependencies.
Split FSS json into 4 (reset, layout, text and themes) each with own set of css dependencies