diff --git a/Gruntfile.js b/Gruntfile.js index 68b8917..1c9637a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: ' }}' },