Folders and Files
Overview
In the RDS repository sub-project folders are located at the root level:
Below are the folders available in the RDS toolkit repo
- Branches
- Releases
- Tags
- Trunk
Branches
Releases
Tags
Trunk
Under trunk all the normal developement happens.It has the src, build, deploy, and grunt tasks.The src folder in the trunk has all the scripts, styles, Images, fonts, Icons, js libraries, all the web sections under sites.
- _lib: All the required JS libraries should be included as sub folders under this.
- components:All the Handlebar partials that are useful in various contexts should be included under the components as sub folders
- fonts:It has the all the Icon fonts and the HP simplified fonts. The icons folder has all the list of available icons in the docs folder
- helpers:It has all the helper files related to Handlebars
- Images:All the images related to each websection should be included under images as a separate folders.
- sass:All styles should be include under this folder. The sub folders under sass are as below:
- Scripts:All the js related to components, toolkit utils/helpers is included in this folder.
- Sites:All the handle bars related to components(styleguide) and websections are included in this
- templates:Handlebars used for the layouts in the toolkit are included under templates.
- Note: Only lower case letters must be used to name the files and the files names should be separated using '-'