0.4.0 • Published 7 years ago

cas-server-theme v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cas-server-theme

This module provides a reference implementation of a cas-server theme plugin. It uses Marko as the template engine. The following configuration object may be supplied during phase 1 initialization:

{
  marko: {
    writeToDisk: false,
    checkUpToDate: true
  }
}

Note: if you set writeToDisk to true, then the user running the server will need write access to this module's templates/{layouts,views} directories.

License

MIT License