Skip to content

Commit 5a826a6

Browse files
tlindigcvrebert
authored andcommitted
Gruntfile.js: Set line feed char to '\n' to get same result on all platforms.
1 parent a7ceefc commit 5a826a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gruntfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
module.exports = function(grunt) {
44
"use strict";
55

6+
// Force use of Unix newlines
7+
grunt.util.linefeed = '\n';
8+
69
RegExp.quote = require('regexp-quote')
710
var btoa = require('btoa')
811
// Project configuration.

0 commit comments

Comments
 (0)