Skip to content

Instantly share code, notes, and snippets.

@rafaelrozon
Last active November 12, 2017 00:38
Show Gist options
  • Save rafaelrozon/f51506cd3c5b4354d18baca3118c1b5c to your computer and use it in GitHub Desktop.
Save rafaelrozon/f51506cd3c5b4354d18baca3118c1b5c to your computer and use it in GitHub Desktop.
Setup Nunjucks for SailsJS
module.exports.views = {
engine: {
ext: 'njk',
fn: require("consolidate").nunjucks
},
layout: 'layout',
partials: false
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment