Skip to content

Commit

Permalink
Fixed coffee syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercliff committed May 7, 2012
1 parent a9f05ec commit d649c50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/nap.coffee
Expand Up @@ -240,11 +240,11 @@ module.exports.preprocessors = preprocessors =
contents = out
contents

'.less': (contents, filename) ->
less.render contents, (err, out) ->
throw(err) if err
contents = out
contents
'.less': (contents, filename) ->
less.render contents, (err, out) ->
throw(err) if err
contents = out
contents

# An obj of default fileExtension: templateParserFunction pairs
# The templateParserFunction function takes contents, [filename] and returns the parsed contents
Expand Down

0 comments on commit d649c50

Please sign in to comment.