Skip to content

Commit

Permalink
i am an idiot it worked the whole time
Browse files Browse the repository at this point in the history
  • Loading branch information
jwietelmann committed Sep 25, 2012
1 parent 7d6be3f commit 3b476ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlebars-precompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Changed from command-line compiler to node module

var fs = require('fs'),
handlebars = require('handlebars'),
handlebars = exports.handlebars = require('handlebars'),
basename = require('path').basename,
uglify = require('uglify-js');

Expand Down

0 comments on commit 3b476ef

Please sign in to comment.