You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:20:20 UTC

[26/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

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-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/8fda7907
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/8fda7907
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/8fda7907

Branch: refs/heads/import-master
Commit: 8fda790792bb1e912e8a8c90ca49ec5ce8e2c155
Parents: 2123e61
Author: BigBlueHat <by...@bigbluehat.com>
Authored: Thu Jan 16 14:59:27 2014 -0500
Committer: Garren Smith <ga...@gmail.com>
Committed: Fri Jan 17 09:39:57 2014 +0200

----------------------------------------------------------------------
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/8fda7907/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index b42e6b5..32065b6 100644
--- a/Gruntfile.js
+++ b/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'
       },