UNPKG

noide

Version:

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

16 lines (14 loc) 313 B
const config = require('../../config') module.exports = { engines: { html: require('handlebars') }, relativeTo: __dirname, partialsPath: 'partials', isCached: config.views.isCached, context: { siteName: 'noide', copyrightName: 'noide', copyrightYear: (new Date()).getFullYear() } }