Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 9343084ac -> d694c86d7


stylecheck: add missing assets folder

PR: #333
PR-URL: https://github.com/apache/couchdb-fauxton/pull/333
Reviewed-By: Michelle Phung <michelleph...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/d694c86d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/d694c86d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/d694c86d

Branch: refs/heads/master
Commit: d694c86d7b188e220366807d856877e16a7637f5
Parents: 9343084
Author: Robert Kowalski <robertkowal...@apache.org>
Authored: Wed Mar 25 11:28:36 2015 +0100
Committer: Robert Kowalski <robertkowal...@apache.org>
Committed: Wed Mar 25 16:07:15 2015 +0100

----------------------------------------------------------------------
 .jscsrc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/d694c86d/.jscsrc
----------------------------------------------------------------------
diff --git a/.jscsrc b/.jscsrc
index 4a4ffbb..b7dd66c 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -9,6 +9,7 @@
     "app/addons/.module-cache",
     "app/addons/pouchdb/pouchdb.mapreduce.js",
     "app/addons/pouchdb/pouch.collate.js",
+    "app/addons/**/assets/*",
     "app/load_addons.js"
   ],
   "disallowMixedSpacesAndTabs": true,

Reply via email to