Skip to content

Instantly share code, notes, and snippets.

@molekilla
Created August 28, 2014 00:27
Show Gist options
  • Save molekilla/515e8013f7f345123839 to your computer and use it in GitHub Desktop.
Save molekilla/515e8013f7f345123839 to your computer and use it in GitHub Desktop.
rutha-server-options.js
module.exports = {
views: {
engines: {
'html': {
compile: require('./underscore_compiler')
}
},
compileMode: 'sync',
path: './views',
partialsPath: './views/partials'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment