Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

jscas/cas-server-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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