mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Remove CRLF line endings to fix builds on Windows
Close gh-3929
This commit is contained in:
parent
50b94f47d2
commit
6c38ebbd47
@ -11,7 +11,7 @@ module.exports = function( grunt ) {
|
||||
fs.readFileSync(
|
||||
"./test/data/qunit-fixture.html",
|
||||
"utf8"
|
||||
).toString()
|
||||
).toString().replace( /\r\n/g, "\n" )
|
||||
) +
|
||||
";\n" +
|
||||
"// Compat with QUnit 1.x:\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user