feature: support static filepath resolving by options.dynamicPartials,

fix #51
This commit is contained in:
harttle
2017-12-21 14:09:30 +08:00
parent 4cbfa6d204
commit ace271c7f0
7 changed files with 28 additions and 2 deletions
+1
View File
@@ -115,6 +115,7 @@ function factory (options) {
root: ['.'],
cache: false,
extname: '',
dynamicPartials: true,
trim_tag_right: false,
trim_tag_left: false,
trim_value_right: false,