Skip to content

Commit

Permalink
add noop versions of the ngdocs and plato tasks to keep arethusa-cli …
Browse files Browse the repository at this point in the history
…happy
  • Loading branch information
balmas committed Jan 6, 2015
1 parent 6107fe0 commit a8abcd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['karma:spec', 'jshint']);
grunt.registerTask('spec', 'karma:spec');
grunt.registerTask('e2e', 'protractor:all');
grunt.registerTask('ngdocs', function() {});
grunt.registerTask('plato', function() {});

// These two server tasks are usually everything you need!
grunt.registerTask('server', ['clean', 'version', 'minify:all', 'connect:server']);
Expand Down

0 comments on commit a8abcd3

Please sign in to comment.