mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-10 07:58:25 -05:00
Remove unused arg
This commit is contained in:
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user