Skip to content

Commit

Permalink
feat: no jsdoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Aug 17, 2018
1 parent 2dc6c27 commit 94c6a22
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ module.exports = class extends Generator {
this._filesToCopy.push('_.travis.yml');
}

if (this.context.docs) {
this._filesToCopy.push('scripts/_jsdoc.json');
}

if (this.context.lang) {
this._filesToCopy.push('lang/_en.json');
}
Expand Down
2 changes: 1 addition & 1 deletion generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const packageJSON = (current, context) => {

_.assign(result.scripts, {
'docs': 'npm-run-all docs:*',
'docs:api': 'jsdoc src -r -c scripts/jsdoc.json -d docs/api',
'docs:api': 'jsdoc src -g plugins/markdown -r -c scripts/jsdoc.json -d docs/api',
'docs:toc': 'doctoc README.md'
});

Expand Down
3 changes: 0 additions & 3 deletions generators/app/templates/scripts/_jsdoc.json

This file was deleted.

1 change: 0 additions & 1 deletion test/libs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const FILES = {
],

docs: [
'scripts/jsdoc.json'
],

css: [
Expand Down

0 comments on commit 94c6a22

Please sign in to comment.