summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-27 13:31:56 -0400
committerJules Laplace <jules@okfoc.us>2015-04-27 13:31:56 -0400
commit7838302656af124f1eb736ab9ecb731c6f2f3c7c (patch)
tree8c16958c34502dec60ada9176d9548361cac720f /Gruntfile.js
parent40d553c5e76aa685f547faa2419fd4e71cbf67a9 (diff)
gallery
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 73fb8f7..4a522a6 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -88,5 +88,5 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-dentist');
// Default task(s).
- grunt.registerTask('default', ['dentist', 'concat', 'uglify', 'copy', 'clean']);
+// grunt.registerTask('default', ['dentist', 'concat', 'uglify', 'copy', 'clean']);
};