diff --git a/Gruntfile.js b/Gruntfile.js index 0b2d805..650be31 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,6 +10,10 @@ module.exports = function(grunt) { // Force use of Unix newlines grunt.util.linefeed = '\n'; + RegExp.quote = function (string) { + return string.replace(/[-\\^$*+?.()|[\]{}]/g, '\\$&'); + }; + // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'),