diff --git a/Gruntfile.js b/Gruntfile.js index a3e665e1e4..1aa9914dd5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -589,7 +589,6 @@ module.exports = function(grunt) { }); if (contents) { - contents.re grunt.file.write(file, contents.replace(/\n*$/, '\n')); return true; } else {