summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-09-28 10:54:03 -0500
committerkpdecker <kpdecker@gmail.com>2013-09-28 10:54:03 -0500
commit1173e5a5026a1ac2b85e92ffa99ae93675ca61d5 (patch)
treec81f406d72e5dd4cf67d4b761dd291c5f7a4c1c8
parent1e8409efa6ff5c9ecc44ab3850b219266b562640 (diff)
downloadhandlebars.js-1173e5a5026a1ac2b85e92ffa99ae93675ca61d5.zip
handlebars.js-1173e5a5026a1ac2b85e92ffa99ae93675ca61d5.tar.gz
handlebars.js-1173e5a5026a1ac2b85e92ffa99ae93675ca61d5.tar.bz2
Update grunt build target
-rw-r--r--Gruntfile.js4
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',