summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorjulie lala <jules@okfoc.us>2015-04-27 17:08:25 -0400
committerjulie lala <jules@okfoc.us>2015-04-27 17:08:25 -0400
commit1451d6a1262e394dd8505ac6523d0eaea5dfd57c (patch)
tree2ab626558332fa5ed0ee6d3faa5ff76c53eba070 /Gruntfile.js
parentc78f208f3e6bd1199f0d6c88d2431609b58bd303 (diff)
parent934a8ac8afdaa2afc2061542abbf3f4864a476b1 (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
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']);
};