Build: Remove CRLF line endings to fix builds on Windows

Close gh-3929
This commit is contained in:
Dave Methvin 2018-01-09 07:50:09 -08:00 committed by Timmy Willison
parent 50b94f47d2
commit 6c38ebbd47

View File

@ -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" +