Skip to content

Commit

Permalink
Remove main_nodoc task as it's useless
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jul 19, 2014
1 parent 0b39dc2 commit 599bcdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = function(grunt) {
// Map tasks
var GRUNT_TASKS_BUILD = {
main: ['clean:reset', 'bower:install', 'concat', 'copy', 'uglify', 'jsdoc', 'clean:temporary'],
main_nodoc: ['clean:reset', 'bower:install', 'concat', 'copy', 'uglify', 'clean:temporary'],
dev: ['clean:temporary', 'bower:install', 'concat', 'copy', 'clean:temporary'],
test: ['clean:temporary', 'bower:install', 'concat', 'copy', 'clean:temporary']
};
Expand Down

0 comments on commit 599bcdb

Please sign in to comment.