diff --git a/Gruntfile.js b/Gruntfile.js index c0e47d2395..d4b2fdd0b5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -3,6 +3,9 @@ module.exports = function(grunt) { "use strict"; + // Force use of Unix newlines + grunt.util.linefeed = '\n'; + RegExp.quote = require('regexp-quote') var btoa = require('btoa') // Project configuration.