Sitefile_yaml [1.]
- The local Sitefile.yaml serves the local documentation, and doubles is an example for all handlers. [1.1.]
- should serve its own ReadMe
- should serve its own ReadMe and redirect ReadMe.rst
- should serve its own ChangeLog
- should serve a CoffeeScript file to Javascript
- should serve a Pug file to HTML
- should serve a Stylus file to CSS file
- should serve routes for a local extension router example
- The local Sitefile.yaml serves the local documentation, and doubles is an example for all handlers. [1.1.]
lib_dotmpe_conf [_1.]
- Module conf
- .get:
- Should get the name of the nearest Sitefile
- Should get the path of the nearest sitefilerc
- Should get the names of all the sitefilerc
- .load_file:
- Should load the data of a sitefilerc
- .load
- Should load the data of the nearest sitefilerc
- .get:
- Module conf
lib_sitefile_express
- Module sitefile.express:
- just loads, nothing more.
- Module sitefile.express:
lib_sitefile_index
- Module sitefile:
- .version:
- should be valid semver
- should equal package versions
- .get_local_sitefile_name:
- should use options
- should export default option values
- should pick up the local Sitefile.yaml
- should pick up Sitefiles for all extensions
- should throw "No Sitefile"
- .prepare_context:
- accepts options:
- object
- Should return an object
- Should export options
- Should load the config
- Should load rc
- Should load the sitefile
- local Sitefile:
- contains references, globalized after loading
lib_sitefile_router_du
- Module sitefile.router.du.
- just loads, nothing more.
- Module sitefile.router.du.