Skip to content

Commit

Permalink
fix(build): remove jsdoc
Browse files Browse the repository at this point in the history
Related to CAM-6670
  • Loading branch information
zeropaper committed Sep 1, 2016
1 parent 500bed8 commit 4aae1e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ module.exports = function(grunt) {

mochacli: require('./grunt/config/mocha-cli')(config),

jsdoc: require('./grunt/config/jsdoc')(config),

jshint: require('./grunt/config/jshint')(config),

karma: require('./grunt/config/karma')(config),
Expand Down Expand Up @@ -58,7 +56,6 @@ module.exports = function(grunt) {

if (mode === 'prod') {
tasks = tasks.concat([
'jsdoc',
'uglify'
]);
}
Expand All @@ -76,11 +73,6 @@ module.exports = function(grunt) {
'watch:karma'
]);

grunt.registerTask('auto-doc', [
'jsdoc',
'watch:doc'
]);

grunt.registerTask('publish', function(mode) {
mode = mode || 'snapshot';
var tasks = [];
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "18.1.0",
"grunt-jsdoc": "0.5.4",
"grunt-karma": "0.8.3",
"grunt-mocha-cli": "1.13.0",
"grunt-newer": "1.2.0",
Expand Down

0 comments on commit 4aae1e6

Please sign in to comment.