Skip to content
Snippets Groups Projects
Commit 9b08ea2c authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

removed js libraries from jsDoc

parent 8a901c9d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ module.exports = function(grunt) {
},
jsdoc: {
dist: {
src: ['src/main/webapp/js/**/*.js'],
src: ['src/main/webapp/js/**/*.js', '!src/main/webapp/js/lib/**/*.js'],
dest: 'build/docs/jsdoc'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment