Fixed configuration example

This commit is contained in:
Bas ten Feld 2013-02-16 16:15:45 +01:00
parent d2d16ebe66
commit d3a996b1d9
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ Then add some configuration for the plugin like so:
app: {
files: {
"public/index.html": "src/index.haml"
}
},
options: {
templatize: False
templatize: false
}
}
},