chore(project): remove jsdoc"

Documentation is now generated _better_ externally.

Related to #378
This commit is contained in:
Nico Rehwaldt 2015-10-21 16:31:26 +02:00
parent 4019d529ad
commit 238e4f14f8
2 changed files with 1 additions and 12 deletions

View File

@ -54,16 +54,6 @@ module.exports = function(grunt) {
}
},
jsdoc: {
dist: {
src: [ '<%= config.sources %>/**/*.js' ],
options: {
destination: 'docs/api',
plugins: [ 'plugins/markdown' ]
}
}
},
bundle: {
viewer: {
name: 'bpmn-viewer',
@ -108,5 +98,5 @@ module.exports = function(grunt) {
grunt.registerTask('build', [ 'bundle', 'copy' ]);
grunt.registerTask('default', [ 'jshint', 'test', 'build', 'jsdoc' ]);
grunt.registerTask('default', [ 'jshint', 'test', 'build' ]);
};

View File

@ -37,7 +37,6 @@
"grunt": "^0.4.4",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.7.2",
"grunt-jsdoc": "^0.5.1",
"grunt-karma": "^0.12.0",
"grunt-release": "^0.7.0",
"jsondiffpatch": "^0.1.26",