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 11:54:54 -0700
commit38c7f36f7ae0a3a98f48ee663cb73ae6e7da4a97 (patch)
tree7bc98bf2e3db4df3541da46b7994b36825fb66cf
parentc27bee917e3c646533fa1fbae491444fbe33a1f9 (diff)
downloadcouchdb-38c7f36f7ae0a3a98f48ee663cb73ae6e7da4a97.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/**",