Skip to content

Commit

Permalink
Add support for jadeRuntime option to middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
martenlienen committed Mar 25, 2013
1 parent 705930d commit 04acac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jade-amd.js
Expand Up @@ -55,7 +55,8 @@ exports.jadeAmdMiddleware = function (options) {
jade.compile(
template,
{ client: true, compileDebug: false }
)
),
options
)
);
});
Expand Down

0 comments on commit 04acac2

Please sign in to comment.