summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2015-04-27 13:34:29 -0400
committerryderr <r@okfoc.us>2015-04-27 13:34:29 -0400
commita69d9410c42ad312283fe5a25ed7ca8d7c6b42e2 (patch)
tree8e911ba3e4ea4d0024bb8044678f5b3c2ab1fb24 /Gruntfile.js
parent28490413b2a108f11ffef4f6d9f560c516546cec (diff)
parent710da3f05bbcaf7128661998f2596569af997e52 (diff)
merge
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']);
};