From d2a51f0e44ba50d9949e307e391801b22ccab638 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Sun, 6 Jan 2013 10:03:59 -0500 Subject: [PATCH] Allow build to continue with --force on bad line endings. --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7a0c33c67..eb56098d4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -416,7 +416,6 @@ module.exports = function( grunt ) { if ( /\x0d\x0a/.test( text ) ) { grunt.log.writeln( filename + ": Incorrect line endings (\\r\\n)" ); nonascii = true; - return; } // Ensure only ASCII chars so script tags don't need a charset attribute -- 2.39.5