summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9ee254a..04c7809 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -95,7 +95,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-dentist');
-
// Default task(s).
grunt.registerTask('default', ['dentist:build', 'concat:build', 'uglify:build', 'copy:build']);
grunt.registerTask('install', ['default', 'clean', 'copy:release']);