Gruntfile.js: Set line feed char to '\n' to get same result on all platforms.

This commit is contained in:
Tobias Lindig 2013-12-03 12:07:57 +01:00 committed by Chris Rebert
parent a7ceefc41b
commit 5a826a65b2
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
module.exports = function(grunt) {
"use strict";
// Force use of Unix newlines
grunt.util.linefeed = '\n';
RegExp.quote = require('regexp-quote')
var btoa = require('btoa')
// Project configuration.