Skip to content

Commit

Permalink
Slight adjustment to the newline fix
Browse files Browse the repository at this point in the history
I also had to remove this line to get things to work.
  • Loading branch information
rgriffith committed Apr 5, 2013
1 parent 7dcd7c0 commit 06a74d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.dryice.js
Expand Up @@ -472,7 +472,6 @@ var detectTextModules = function(input, source) {
var module = source.isLocation ? source.path : source;

input = input.replace(/\\/g, "\\\\").replace(/"/g, '\\"');
input = input.replace(/\n\s+/g, "\n");
input = '"' + input.replace(/\r?\n/g, '\\n') + '"';
textModules[module] = input;

Expand Down

0 comments on commit 06a74d5

Please sign in to comment.