dev/core#2141 - If a mail-store has an OAuth2 token, then use it
[civicrm-core.git] / ext / greenwich / README.md
... / ...
CommitLineData
1# greenwich
2
3The `greenwich` theme-extension is bundled into `civicrm-core`.
4
5## Development
6
7This extension includes compiled (S)CSS content. It is compiled automatically via `composer`.
8Compiled files should *not* be committed to git. They will be generated during `composer install`.
9
10These commands will help during development:
11
12```bash
13cd /path/to/my/composer/root
14
15## Compile (S)CSS - one time
16composer compile
17
18## Compile (S)CSS - and continue watching for changes
19composer compile:watch
20```