Skip to content

Commit

Permalink
Under heavy development
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsb85 committed Jan 21, 2014
1 parent b2d69e4 commit 013f2be
Show file tree
Hide file tree
Showing 9 changed files with 250 additions and 659 deletions.
2 changes: 1 addition & 1 deletion domain.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
domainName = "jekyll.execute";

function jekyll(directory, command, callback) {
child_process.exec(command, { cwd: directory}, function (err, stdout, stderr) {
var grep = child_process.exec(command, { cwd: directory}, function (err, stdout, stderr) {
callback(err ? stderr : undefined, err ? undefined : stdout);
});
}
Expand Down
Binary file removed html/images/qr.png
Binary file not shown.
Loading

0 comments on commit 013f2be

Please sign in to comment.