summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBigBlueHat <byoung@bigbluehat.com>2014-01-16 14:59:27 -0500
committerGarren Smith <garren.smith@gmail.com>2014-01-17 09:39:57 +0200
commit424e25afa329d4871e3cfeafd4e1cd253b897f4b (patch)
treeca5c5a15dbd9bf675c6d6b5f1d22fab5f15ddd2d
parent0fd6a7ed63836bad36c75c3935e27804be30773c (diff)
downloadcouchdb-424e25afa329d4871e3cfeafd4e1cd253b897f4b.tar.gz
ignoring index.css in concat:index_css
Which is why it was showing up twice.
-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 b42e6b5d6..32065b67d 100644
--- a/src/fauxton/Gruntfile.js
+++ b/src/fauxton/Gruntfile.js
@@ -210,7 +210,7 @@ module.exports = function(grunt) {
},
index_css: {
- src: ["dist/debug/css/*.css", 'assets/css/*.css'],
+ src: ["dist/debug/css/*.css", '!dist/debug/css/index.css', 'assets/css/*.css'],
dest: 'dist/debug/css/index.css'
},