nv.d3.css is the one CSS used in Fauxton And now it is loaded before the fauxton.less file. Other options would include moving/renaming it (to a .less file) and making it an @import. Not necessary this time, but may be for other needed CSS.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/34aabbfb Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/34aabbfb Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/34aabbfb Branch: refs/heads/master Commit: 34aabbfb58ca4f0ed60a20c466b6bf544b7dc28f Parents: b8fe3cb Author: BigBlueHat <[email protected]> Authored: Mon Feb 3 15:20:26 2014 -0500 Committer: BigBlueHat <[email protected]> Committed: Mon Feb 3 15:20:26 2014 -0500 ---------------------------------------------------------------------- src/fauxton/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/34aabbfb/src/fauxton/Gruntfile.js ---------------------------------------------------------------------- diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js index 554eccb..9507a60 100644 --- a/src/fauxton/Gruntfile.js +++ b/src/fauxton/Gruntfile.js @@ -67,7 +67,7 @@ module.exports = function(grunt) { img: ["assets/img/**"], // used in concat:index_css to keep file ordering intact // fauxton.css should load first - css: ["dist/debug/css/fauxton.css"] + css: ["assets/css/*.css", "dist/debug/css/fauxton.css"] }; helper.processAddons(function(addon){ // Less files from addons
