Releases: vitkarpov/grunt-nunjucks-2-html
Releases · vitkarpov/grunt-nunjucks-2-html
v0.2.5
Added an ability to configure nunjucksglobal environment via
configureEnvironment` function in options.
options: {
configureEnvironment: function(env) {
// for instance, let's set a global variable across all templates
env.addGlobal('foo', 'bar');
},
...
}
Added async processing of templates.
v0.2.4
v0.2.3
v0.2.2
v0.2.1
The Voyage Home
0.2.0 fix README