Update grunt build target

This commit is contained in:
kpdecker
2013-09-28 10:54:03 -05:00
parent 1e8409efa6
commit 1173e5a502
-4
View File
@@ -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',