Skip to content

Commit

Permalink
apply fix for davidshimjs#29
Browse files Browse the repository at this point in the history
  • Loading branch information
nbargnesi committed Feb 26, 2015
1 parent f423054 commit 3c813ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@ exports.publish = function(taffyData, opts, tutorials) {
title: title,
header: tutorial.title,
content: tutorial.parse(),
children: tutorial.children
children: tutorial.children,
filename: filename
};

var tutorialPath = path.join(outdir, filename),
Expand Down

1 comment on commit 3c813ad

@finico
Copy link

@finico finico commented on 3c813ad Mar 5, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.