always use Unix line endings
This commit is contained in:
parent
3d77301eeb
commit
f73c1c5480
@ -1,4 +1,5 @@
|
|||||||
module.exports = (grunt) ->
|
module.exports = (grunt) ->
|
||||||
|
grunt.util.linefeed = '\n'
|
||||||
|
|
||||||
importHTML = (filename) ->
|
importHTML = (filename) ->
|
||||||
"'''#{grunt.file.read("src/General/html/#{filename}.html").replace(/^\s+|\s+$</gm, '').replace(/\n/g, '')}'''"
|
"'''#{grunt.file.read("src/General/html/#{filename}.html").replace(/^\s+|\s+$</gm, '').replace(/\n/g, '')}'''"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user