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
@@ -172,6 +172,7 @@ function matchRightBracket (str, begin) {
exports.factory = function (ctx, opts) {
var defaultOptions = {
dynamicPartials: true,
strict_variables: false,
strict_filters: false,
blocks: {},