Skip to content

Commit

Permalink
Remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Feb 6, 2021
1 parent 9f69c0a commit 289b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ task('minify', function () {
});

desc('Generates the EJS API docs for the public API');
task('doc', function (dev) {
task('doc', function () {
jake.rmRf('out');
exec('./node_modules/.bin/jsdoc --verbose -c jsdoc.json lib/* docs/jsdoc/*');
console.log('Documentation generated in ./out.');
Expand Down

0 comments on commit 289b0dc

Please sign in to comment.