grunt-jinja
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "grunt-jinja", | ||
"description": "A grunt plugin for compiling Jinja2 templates with nunjucks.", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"homepage": "https://github.com/matthewwithanm/grunt-jinja", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -60,2 +60,9 @@ # grunt-jinja | ||
#### options.filters | ||
Type: `Object` | ||
Default value: `{}` | ||
An object whose keys are filter names and values are functions. Each pair will | ||
be registered with the template environment using the [addFilter][] method. | ||
### Other options | ||
@@ -144,1 +151,2 @@ | ||
[3]: http://nunjucks.jlongster.com/api#Customizing-Variable-and-Block-Tags | ||
[addFilter]: http://nunjucks.jlongster.com/api#Custom-Filters |
Sorry, the diff of this file is not supported yet
12286
151