From f73c1c54801866215eebf2a85dd84609b2807a55 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 11 Aug 2014 15:50:04 -0700 Subject: [PATCH] always use Unix line endings --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 521a87e9b..00cd8d8f2 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -1,4 +1,5 @@ module.exports = (grunt) -> + grunt.util.linefeed = '\n' importHTML = (filename) -> "'''#{grunt.file.read("src/General/html/#{filename}.html").replace(/^\s+|\s+$