summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Branca <chewbranca@gmail.com>2013-03-15 11:45:10 -0700
committerRussell Branca <chewbranca@gmail.com>2013-03-15 14:37:35 -0700
commitd845edd531db035d1c80efd30e99a38ac88f803a (patch)
tree43e1c1e3403bbb8396ee77e9274b123635c16592
parent1a73be463343e08ac9035685a804a11af0dadeab (diff)
downloadcouchdb-d845edd531db035d1c80efd30e99a38ac88f803a.tar.gz
Update grunt copy task for couchdebug
-rw-r--r--src/fauxton/grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/grunt.js b/src/fauxton/grunt.js
index 4c40cbe2c..9f9ba69f6 100644
--- a/src/fauxton/grunt.js
+++ b/src/fauxton/grunt.js
@@ -278,7 +278,7 @@ module.exports = function(grunt) {
couchdebug: {
files: {
// this gets built in the template task
- //"../../share/www/fauxton/index.html": "dist/release/index.html",
+ "../../share/www/fauxton/index.html": "dist/debug/index.html",
"../../share/www/fauxton/js/": "dist/debug/js/**",
// no images... yet
"../../share/www/fauxton/img/": "dist/debug/img/**",