mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Allow build to continue with --force on bad line endings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user