Skip to content

Commit

Permalink
Add browserify runtime export
Browse files Browse the repository at this point in the history
Fixes #668
  • Loading branch information
kpdecker committed Dec 24, 2013
1 parent 40e1837 commit 956ac95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Create a simple path alias to allow browserify to resolve
// the runtime on a supported path.
module.exports = require('./dist/cjs/handlebars.runtime');

0 comments on commit 956ac95

Please sign in to comment.