ignoring index.css in concat:index_css Which is why it was showing up twice.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/424e25af Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/424e25af Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/424e25af Branch: refs/heads/api-options Commit: 424e25afa329d4871e3cfeafd4e1cd253b897f4b Parents: 0fd6a7e Author: BigBlueHat <[email protected]> Authored: Thu Jan 16 14:59:27 2014 -0500 Committer: Garren Smith <[email protected]> Committed: Fri Jan 17 09:39:57 2014 +0200 ---------------------------------------------------------------------- src/fauxton/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/424e25af/src/fauxton/Gruntfile.js ---------------------------------------------------------------------- diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js index b42e6b5..32065b6 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' },
