Skip to content

Commit

Permalink
Update lib/hem-haml-coffee.js
Browse files Browse the repository at this point in the history
Changed HamlCoffee require path to use src/ instead of lib/ to work with newer versions of haml-coffee.
  • Loading branch information
richard-flosi committed Oct 3, 2012
1 parent 39ecc6c commit 33541dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hem-haml-coffee.js
@@ -1,5 +1,5 @@
var hem = new (require('hem')); var hem = new (require('hem'));
var HamlCoffee = require('haml-coffee/lib/haml-coffee'); var HamlCoffee = require('haml-coffee/src/haml-coffee');
var CoffeeScript = require('coffee-script') var CoffeeScript = require('coffee-script')
var fs = require('fs'); var fs = require('fs');
var argv = process.argv.slice(2); var argv = process.argv.slice(2);
Expand Down

0 comments on commit 33541dc

Please sign in to comment.