UNPKG

js-pages

Version:

Custom Git script to compile JSDoc / ngdoc and deploy to gh-pages

11 lines (9 loc) 211 B
gruntConfig['jsdoc'] = { dist: { src: ['**/*.js', '!node_modules', '!public/bower_components'], options: { destination: 'docs', configure: 'jsdoc-conf.json' } } };