Commit 5a826a65 authored by Tobias Lindig's avatar Tobias Lindig Committed by Chris Rebert

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

parent a7ceefc4
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment