Skip to content

Commit

Permalink
Merge pull request #55 from jeremy-jeha-lee/patch-1
Browse files Browse the repository at this point in the history
Handle triple handlebar
  • Loading branch information
derekrushforth authored Dec 8, 2020
2 parents 20ce839 + 64b22b8 commit cd2734e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ module.exports = function(grunt) {
src: [path.dist_text_glob],
overwrite: true,
replacements: [
{ from: '%7B%7B%7B', to: '{{{ ' },
{ from: '%7D%7D%7D', to: ' }}}' },
{ from: '%7D%7D%7D%22', to: ' }}}' },
{ from: '%7B%7B', to: '{{ ' },
{ from: '%7D%7D', to: ' }}' },
{ from: '%7D%7D%22', to: ' }}' },
Expand Down

0 comments on commit cd2734e

Please sign in to comment.