Skip to content

Commit

Permalink
Merge pull request jnordberg#20 from KingScooty/master
Browse files Browse the repository at this point in the history
Jade compiling pretty markup by default.
  • Loading branch information
jnordberg committed Jun 19, 2012
2 parents ddca731 + 170ae90 commit 5008673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/jade-template.coffee
Expand Up @@ -25,6 +25,7 @@ JadeTemplate.fromFile = (filename, base, callback) ->
try
rv = jade.compile buffer.toString(),
filename: fullpath
pretty: true
callback null, new JadeTemplate rv
catch error
callback error
Expand Down

0 comments on commit 5008673

Please sign in to comment.