Files and Directories
Expansive used the following standard files and directories.
Name | Description |
---|---|
contents | Source content for the web site including web pages, images and assets. |
contents/lib | Exported package library script code and assets. |
dist | Distribution directory where the final public documents of the web site will be placed. |
expansive.json | Expansive configuration file. |
layouts | Directory for master page layouts. |
package.json | Web site package description file. |
paks | Installed packages — full contents. |
partials | Directory for partial pages. |
The names of the directories can be mapped via the directories property in the package.json file. For example:
"directories": {
"contents": "public",
"lib": "public/lib",
"dist": "deploy",
"layouts": "layouts",
"paks": "paks",
"partials": "partials"
}