chore(project): remove jsdoc"
Documentation is now generated _better_ externally. Related to #378
This commit is contained in:
parent
4019d529ad
commit
238e4f14f8
12
Gruntfile.js
12
Gruntfile.js
|
@ -54,16 +54,6 @@ module.exports = function(grunt) {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
jsdoc: {
|
|
||||||
dist: {
|
|
||||||
src: [ '<%= config.sources %>/**/*.js' ],
|
|
||||||
options: {
|
|
||||||
destination: 'docs/api',
|
|
||||||
plugins: [ 'plugins/markdown' ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
bundle: {
|
bundle: {
|
||||||
viewer: {
|
viewer: {
|
||||||
name: 'bpmn-viewer',
|
name: 'bpmn-viewer',
|
||||||
|
@ -108,5 +98,5 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
grunt.registerTask('build', [ 'bundle', 'copy' ]);
|
grunt.registerTask('build', [ 'bundle', 'copy' ]);
|
||||||
|
|
||||||
grunt.registerTask('default', [ 'jshint', 'test', 'build', 'jsdoc' ]);
|
grunt.registerTask('default', [ 'jshint', 'test', 'build' ]);
|
||||||
};
|
};
|
|
@ -37,7 +37,6 @@
|
||||||
"grunt": "^0.4.4",
|
"grunt": "^0.4.4",
|
||||||
"grunt-contrib-copy": "^0.7.0",
|
"grunt-contrib-copy": "^0.7.0",
|
||||||
"grunt-contrib-jshint": "^0.7.2",
|
"grunt-contrib-jshint": "^0.7.2",
|
||||||
"grunt-jsdoc": "^0.5.1",
|
|
||||||
"grunt-karma": "^0.12.0",
|
"grunt-karma": "^0.12.0",
|
||||||
"grunt-release": "^0.7.0",
|
"grunt-release": "^0.7.0",
|
||||||
"jsondiffpatch": "^0.1.26",
|
"jsondiffpatch": "^0.1.26",
|
||||||
|
|
Loading…
Reference in New Issue