Skip to content

Commit

Permalink
Merge pull request #112 from adamlundrigan/hotfix/111
Browse files Browse the repository at this point in the history
Update bin/juice to use `juice.juiceFile`
  • Loading branch information
jrit committed Apr 27, 2015
2 parents 650ce25 + c7b1040 commit 0920e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/juice
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (program.args < 2) program.help();
var inputFile = program.args[0]
, outputFile = program.args[1];

juice(inputFile, function(err, html) {
juice.juiceFile(inputFile, {}, function(err, html) {
if (err) {
console.error(err.stack)
process.exit(1);
Expand Down

0 comments on commit 0920e59

Please sign in to comment.