aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2013-01-06 10:03:59 -0500
committerDave Methvin <dave.methvin@gmail.com>2013-01-06 10:03:59 -0500
commitd2a51f0e44ba50d9949e307e391801b22ccab638 (patch)
tree036f5877ac832d9c59103c41d5fa985ddbb9d946 /Gruntfile.js
parentb760d798d35d4c945c9c5240bb8cb4719330ad1f (diff)
downloadjquery-d2a51f0e44ba50d9949e307e391801b22ccab638.tar.gz
jquery-d2a51f0e44ba50d9949e307e391801b22ccab638.zip
Allow build to continue with --force on bad line endings.
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
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