We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b18c8 commit 64b22b8Copy full SHA for 64b22b8
Gruntfile.js
@@ -270,6 +270,9 @@ module.exports = function(grunt) {
270
src: [path.dist_text_glob],
271
overwrite: true,
272
replacements: [
273
+ { from: '%7B%7B%7B', to: '{{{ ' },
274
+ { from: '%7D%7D%7D', to: ' }}}' },
275
+ { from: '%7D%7D%7D%22', to: ' }}}' },
276
{ from: '%7B%7B', to: '{{ ' },
277
{ from: '%7D%7D', to: ' }}' },
278
{ from: '%7D%7D%22', to: ' }}' },
0 commit comments