diff options
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index de0c9b4..1116195 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -42,10 +42,6 @@ module.exports = function(grunt) { } }); - // By default, (i.e., if you invoke `grunt` without arguments), do - // a new build. - this.registerTask('default', ['build']); - // Build a new version of the library this.registerTask('build', "Builds a distributable version of the current project", [ 'clean', |