You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2014/07/23 21:24:37 UTC

[28/64] [abbrv] fauxton commit: updated refs/heads/secondary-indexes to ef01e24

update icons location


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

Branch: refs/heads/secondary-indexes
Commit: 8945caa51f85ec134a6b56be87f4689b76f68214
Parents: 8e2613d
Author: Garren Smith <ga...@gmail.com>
Authored: Wed Jun 18 17:14:21 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Jul 22 16:49:10 2014 +0200

----------------------------------------------------------------------
 assets/less/bootstrap/font-awesome/variables.less | 2 +-
 tasks/couchserver.js                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8945caa5/assets/less/bootstrap/font-awesome/variables.less
----------------------------------------------------------------------
diff --git a/assets/less/bootstrap/font-awesome/variables.less b/assets/less/bootstrap/font-awesome/variables.less
index 0715887..262f88d 100644
--- a/assets/less/bootstrap/font-awesome/variables.less
+++ b/assets/less/bootstrap/font-awesome/variables.less
@@ -1,7 +1,7 @@
 // Variables
 // --------------------------
 
-@FontAwesomePath:    "../img";
+@FontAwesomePath:    "../fonts";
 //@FontAwesomePath:    "//netdna.bootstrapcdn.com/font-awesome/3.2.1/font"; // for referencing Bootstrap CDN font files directly
 @FontAwesomeVersion: "3.2.1";
 @borderColor:        #eee;

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8945caa5/tasks/couchserver.js
----------------------------------------------------------------------
diff --git a/tasks/couchserver.js b/tasks/couchserver.js
index efdf018..b12e8c2 100644
--- a/tasks/couchserver.js
+++ b/tasks/couchserver.js
@@ -60,7 +60,7 @@ module.exports = function (grunt) {
       } else if (!!url.match(/mocha|\/test\/core\/|test\.config/)) {
         filePath = path.join('./test', url.replace('/test/',''));
       } else if (!!url.match(/fonts/)) {
-        filePath = path.join(dist_dir,url);
+        filePath = path.join(dist_dir,url.split('?v=')[0]);
       } else if (!!url.match(/\.css|img/)) {
         url = url.replace(/\?.*/, '');
         filePath = path.join(dist_dir,url);