You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2013/12/14 12:50:46 UTC

git commit: updated refs/heads/1964-feature-fauxton-build to e3b3d8e

Updated Branches:
  refs/heads/1964-feature-fauxton-build 4df93af12 -> e3b3d8eeb


Update paths for build dir


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

Branch: refs/heads/1964-feature-fauxton-build
Commit: e3b3d8eebf25303fd016cd1b9ac784c3097b42d1
Parents: 4df93af
Author: Noah Slater <ns...@apache.org>
Authored: Sat Dec 14 12:50:32 2013 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Dec 14 12:50:32 2013 +0100

----------------------------------------------------------------------
 share/www/fauxton/src/Gruntfile.js | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e3b3d8ee/share/www/fauxton/src/Gruntfile.js
----------------------------------------------------------------------
diff --git a/share/www/fauxton/src/Gruntfile.js b/share/www/fauxton/src/Gruntfile.js
index 3afaa1f..a54f80f 100644
--- a/share/www/fauxton/src/Gruntfile.js
+++ b/share/www/fauxton/src/Gruntfile.js
@@ -277,19 +277,19 @@ 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/css/", cwd:"dist/release/css/", expand: true}
+          {src: "dist/release/index.html", dest: "../build/index.html"},
+          {src: ["**"], dest: "../build/js/", cwd:'dist/release/js/',  expand: true},
+          {src: ["**"], dest: "../build/img/", cwd:'dist/release/img/', expand: true},
+          {src: ["**"], dest: "../build/css/", cwd:"dist/release/css/", expand: true}
         ]
       },
       couchdebug: {
         files: [
           // this gets built in the template task
-          {src: "dist/debug/index.html", dest: "../../share/www/fauxton/index.html"},
-          {src: ["**"], dest: "../../share/www/fauxton/js/", cwd:'dist/debug/js/',  expand: true},
-          {src: ["**"], dest: "../../share/www/fauxton/img/", cwd:'dist/debug/img/', expand: true},
-          {src: ["**"], dest: "../../share/www/fauxton/css/", cwd:"dist/debug/css/", expand: true}
+          {src: "dist/debug/index.html", dest: "../build/index.html"},
+          {src: ["**"], dest: "../build/js/", cwd:'dist/debug/js/',  expand: true},
+          {src: ["**"], dest: "../build/img/", cwd:'dist/debug/img/', expand: true},
+          {src: ["**"], dest: "../build/css/", cwd:"dist/debug/css/", expand: true}
         ]
       },
       ace: {