Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lchi/toffee
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorithms committed Jan 22, 2013
2 parents 3b9fb50 + 92e945f commit 1e5c62d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
exports.engine = engine
exports.view = view
exports.getCommonHeaders = getCommonHeaders
exports.getCommonHeaders = getCommonHeadersJs
exports.getCommonHeadersJs = getCommonHeadersJs

exports.expressEngine = e = new engine { verbose: false, prettyPrintErrors: true }
exports.render = e.run
Expand Down Expand Up @@ -38,4 +38,4 @@ exports.str_render = (template_str, options, cb) ->
cb err, res

# express 2.x support
exports.compile = require('./lib/view').expressCompile
exports.compile = require('./lib/view').expressCompile
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e5c62d

Please sign in to comment.