mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-22 15:39:59 +00:00
Gruntfile.js: Set line feed char to '\n' to get same result on all platforms.
This commit is contained in:
parent
a7ceefc41b
commit
5a826a65b2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user