...
- fluid
- version (e.g. 1.2.1)
- js
- fluid-all-version.js (e.g. fluid-all-1.2.1.js)
- fss
- css
- <individual css files>
- images
- <images and theme directories>
- css
- js
- version (e.g. 1.2.1)
Create FSS framework file
We also use a custom FSS aggregation file to decrease the number of CSS imports in the main theme. A file named fss-framework-<version>.css should be created by combining (in order) fss-reset.css, fss-layout.css, and fss-text.css. For example, from the directory resource-server/resource-server-content/src/main/webapp/rs/fluid/1.2.1/fss/css:
No Format |
---|
cat fss-reset.css fss-layout.css fss-text.css > fss-framework-1.2.css
|