Skip to content

Commit 64b22b8

Browse files
Handle triple handlebar
Used for {{{ pm:unsubscribe }}}
1 parent 58b18c8 commit 64b22b8

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
@@ -270,6 +270,9 @@ module.exports = function(grunt) {
270270
src: [path.dist_text_glob],
271271
overwrite: true,
272272
replacements: [
273+
{ from: '%7B%7B%7B', to: '{{{ ' },
274+
{ from: '%7D%7D%7D', to: ' }}}' },
275+
{ from: '%7D%7D%7D%22', to: ' }}}' },
273276
{ from: '%7B%7B', to: '{{ ' },
274277
{ from: '%7D%7D', to: ' }}' },
275278
{ from: '%7D%7D%22', to: ' }}' },

0 commit comments

Comments
 (0)