mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
1.6.1
This commit is contained in:
Vendored
+3
-1
@@ -344,7 +344,9 @@ function factory(options) {
|
||||
cache: false,
|
||||
extname: '.liquid',
|
||||
trim_right: false,
|
||||
trim_left: false
|
||||
trim_left: false,
|
||||
strict_filters: false,
|
||||
strict_variables: false
|
||||
}, options);
|
||||
options.root = normalizeStringArray(options.root);
|
||||
|
||||
|
||||
Vendored
+2
-3
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user