Agaric web development cooperative's main web site: https://agaric.coop
Find a file
benjamin melançon 33ef89297b Include Agaric styleguide CSS in global library
Taken from Rosemary and Nedjo's work in

https://gitlab.com/uc-davis/patient-hm-brain/blob/master/web/themes/custom/henry/henry.theme
07981c439dfbf390abe047a7a95b053ffe4522cb
2018-07-31 21:57:20 -04:00
web/themes/custom/agarica Include Agaric styleguide CSS in global library 2018-07-31 21:57:20 -04:00
.gitignore Point to the functionality that must be replaced 2018-07-31 19:09:11 -04:00
.gitmodules Include Todd Linkner's Agaric styleguide as a submodule 2018-07-31 21:28:32 -04:00
README.md Add instructions for getting styleguidegit submodule 2018-07-31 21:51:16 -04:00

Get submodules

This project includes the Agaric styleguide as a git submodule.

When cloning

git clone --recurse-submodules git@gitlab.com:agaric/sites/agaric-com.git

If you cloned without --recurse-submodules

If in your initial clone you didn't do as above, you can get the styleguide with:

git submodule init
git submodule update

Get updates

git submodule update --recursive --remote