Skip to content

Commit cd2734e

Browse files
Merge pull request #55 from jeremy-jeha-lee/patch-1
Handle triple handlebar
2 parents 20ce839 + 64b22b8 commit cd2734e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ module.exports = function(grunt) {
279279
src: [path.dist_text_glob],
280280
overwrite: true,
281281
replacements: [
282+
{ from: '%7B%7B%7B', to: '{{{ ' },
283+
{ from: '%7D%7D%7D', to: ' }}}' },
284+
{ from: '%7D%7D%7D%22', to: ' }}}' },
282285
{ from: '%7B%7B', to: '{{ ' },
283286
{ from: '%7D%7D', to: ' }}' },
284287
{ from: '%7D%7D%22', to: ' }}' },

0 commit comments

Comments
 (0)