Skip to content

Commit

Permalink
Merge pull request #15 from jamie-stackhouse/master
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
Tyler Kellen committed Jan 29, 2013
2 parents 38d9cab + 73215fc commit a2a57bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/jst.js
Expand Up @@ -54,7 +54,7 @@ module.exports = function(grunt) {
}

if (options.prettify) {
compiled = compiled.replace(new RegExp(lf, 'g'), '');
compiled = compiled.replace(new RegExp('\n', 'g'), '');
}
filename = processName(filepath);

Expand Down

0 comments on commit a2a57bb

Please sign in to comment.