Files and Directories

Expansive used the following standard files and directories.

NameDescription
contentsSource content for the web site including web pages, images and assets.
contents/libExported package library script code and assets.
distDistribution directory where the final public documents of the web site will be placed.
expansive.jsonExpansive configuration file.
layoutsDirectory for master page layouts.
package.jsonWeb site package description file.
paksInstalled packages — full contents.
partialsDirectory 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" }

© Embedthis Software. All rights reserved.