Skip to content

Commit

Permalink
Remove moot registerTask. Fixes #712
Browse files Browse the repository at this point in the history
It's being overridden anyway.
  • Loading branch information
sindresorhus committed Nov 13, 2012
1 parent 73d2658 commit 79e74f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/tasks/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ module.exports = function(grunt) {
// Retain grunt's built-in server task.
grunt.renameTask('server', 'grunt-server');

// The server task always run with the watch task, this is done by
// aliasing the server task to the relevant set of task to run.
grunt.registerTask('server', 'yeoman-server watch');

// Reload handlers
// ---------------

Expand Down

0 comments on commit 79e74f1

Please sign in to comment.