You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2014/10/10 21:11:57 UTC

fauxton commit: updated refs/heads/goodbye-futon to 0ba06b3

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/goodbye-futon [created] 0ba06b3ef


build into main www dir


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/0ba06b3e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/0ba06b3e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/0ba06b3e

Branch: refs/heads/goodbye-futon
Commit: 0ba06b3efc67f5efc66845b06e27bcd54cf5ab0f
Parents: a0fc781
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Oct 10 20:52:21 2014 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Oct 10 20:52:21 2014 +0200

----------------------------------------------------------------------
 Gruntfile.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/0ba06b3e/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index f6d2347..16aef1f 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -319,11 +319,11 @@ module.exports = function(grunt) {
       couchdb: {
         files: [
           // this gets built in the template task
-          {src: "dist/release/index.html", dest: "../../share/www/fauxton/index.html"},
-          {src: ["**"], dest: "../../share/www/fauxton/js/", cwd:'dist/release/js/',  expand: true},
-          {src: ["**"], dest: "../../share/www/fauxton/img/", cwd:'dist/release/img/', expand: true},
-          {src: ["**"], dest: "../../share/www/fauxton/fonts/", cwd:'dist/release/fonts/', expand: true},
-          {src: ["**"], dest: "../../share/www/fauxton/css/", cwd:"dist/release/css/", expand: true}
+          {src: "dist/release/index.html", dest: "../../share/www/index.html"},
+          {src: ["**"], dest: "../../share/www/js/", cwd:'dist/release/js/',  expand: true},
+          {src: ["**"], dest: "../../share/www/img/", cwd:'dist/release/img/', expand: true},
+          {src: ["**"], dest: "../../share/www/fonts/", cwd:'dist/release/fonts/', expand: true},
+          {src: ["**"], dest: "../../share/www/css/", cwd:"dist/release/css/", expand: true}
         ]
       },
       couchdebug: {