]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Gruntfile.js: Set line feed char to '\n' to get same result on all platforms.
authorTobias Lindig <tl@cm4all.com>
Tue, 3 Dec 2013 11:07:57 +0000 (12:07 +0100)
committerChris Rebert <code@rebertia.com>
Tue, 3 Dec 2013 18:49:37 +0000 (10:49 -0800)
Gruntfile.js

index c0e47d23952e72e1bf1b3a155947e88bb0d5adfc..d4b2fdd0b57ae9d231df57d8263ad0c7f16c0aa8 100644 (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.