Skip to content

Commit

Permalink
Merge a447a9d into 0286a87
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jan 11, 2019
2 parents 0286a87 + a447a9d commit dfd7391
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 26 deletions.
2 changes: 1 addition & 1 deletion builder/base/twig/kss_builder_base_twig.js
Expand Up @@ -106,7 +106,7 @@ class KssBuilderBaseTwig extends KssBuilderBase {
options.error = reject;
// We enforce some options.
options.async = true;
options.autoescape = true;
options.autoescape = false;
options.namespaces = namespacesFromKSS;

// twig() ignores options.load/error if data or ref are specified.
Expand Down
66 changes: 41 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfd7391

Please sign in to comment.