Skip to content

Commit

Permalink
[readme][xs]: add instructions re vendorjs for devs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Dec 30, 2011
1 parent 28e36e0 commit 214c987
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ A JSON file can be made available anywhere on the web with any of the above
listed settings in it. Then, just pass the URL of your config file when you
call FacetView, and it will read that config file for you.

change the layout by making and using a custom CSS file
Change the layout by making and using a custom CSS file
-------------------------------------------------------

When FacetView runs, it calls a default CSS file. Take a look at the
jquery.facetview.js file – at the top, it defines a CSS file location, then
Expand All @@ -160,6 +161,18 @@ then call your version instead. This will allow you to style it however you
want.


For Developers
==============

We use vendorjs_ as a submodule for our common JS (such as jquery, css etc). To
pull this in::

git submodule init
git submodule update

.. _vendorjs: https://github.com/okfn/vendorjs


Copyright and License
=====================

Expand Down

0 comments on commit 214c987

Please sign in to comment.