Merge pull request #23961 from totten/master-mgdphp-caseacttype
[civicrm-core.git] / ext / greenwich / README.md
CommitLineData
f61fdd6a
TO
1# greenwich
2
b24eea6a 3The `greenwich` theme-extension is bundled into `civicrm-core`.
f61fdd6a 4
b24eea6a 5## Development
f61fdd6a 6
b24eea6a
TO
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`.
f61fdd6a 9
b24eea6a 10These commands will help during development:
f61fdd6a
TO
11
12```bash
b24eea6a 13cd /path/to/my/composer/root
f61fdd6a 14
b24eea6a
TO
15## Compile (S)CSS - one time
16composer compile
f61fdd6a 17
b24eea6a
TO
18## Compile (S)CSS - and continue watching for changes
19composer compile:watch
f61fdd6a 20```