always use Unix line endings

This commit is contained in:
ccd0 2014-08-11 15:50:04 -07:00
parent 3d77301eeb
commit f73c1c5480

View File

@ -1,4 +1,5 @@
module.exports = (grunt) ->
grunt.util.linefeed = '\n'
importHTML = (filename) ->
"'''#{grunt.file.read("src/General/html/#{filename}.html").replace(/^\s+|\s+$</gm, '').replace(/\n/g, '')}'''"