summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2014-02-03 15:20:26 -0500
committerBigBlueHat <byoung@bigbluehat.com>2014-02-03 15:20:26 -0500
commit34aabbfb58ca4f0ed60a20c466b6bf544b7dc28f (patch)
tree9ecc75edc51b94f6f7ba82f9907e861194b89616
parentb8fe3cb10299cbabf4274d6071368734c3880511 (diff)
downloadcouchdb-34aabbfb58ca4f0ed60a20c466b6bf544b7dc28f.tar.gz
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.
-rw-r--r--src/fauxton/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js
index 554eccb78..9507a60f0 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