Merge branch 'endoflines' into html

This commit is contained in:
ccd0 2015-03-28 04:07:18 -07:00
commit 6e082994c4

View File

@ -5,7 +5,7 @@ module.exports = (grunt) ->
"`#{JSON.stringify(data).replace(/`/g, '\\`')}`"
importHTML = (filename) ->
"(innerHTML: #{json grunt.file.read("src/General/html/#{filename}.html").replace(/^ +| +$</gm, '').replace(/\r?\n/g, '')})"
"(innerHTML: #{json grunt.file.read("src/General/html/#{filename}.html").replace(/^ +/gm, '').replace(/\r?\n/g, '')})"
checkHTML = (text, context) ->
while text