diff options
author | kpdecker <kpdecker@gmail.com> | 2013-09-28 10:54:03 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2013-09-28 10:54:03 -0500 |
commit | 1173e5a5026a1ac2b85e92ffa99ae93675ca61d5 (patch) | |
tree | c81f406d72e5dd4cf67d4b761dd291c5f7a4c1c8 /Gruntfile.js | |
parent | 1e8409efa6ff5c9ecc44ab3850b219266b562640 (diff) | |
download | handlebars.js-1173e5a5026a1ac2b85e92ffa99ae93675ca61d5.zip handlebars.js-1173e5a5026a1ac2b85e92ffa99ae93675ca61d5.tar.gz handlebars.js-1173e5a5026a1ac2b85e92ffa99ae93675ca61d5.tar.bz2 |
Update grunt build target
Diffstat (limited to 'Gruntfile.js')
-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', |