Adding LibreJS back after bundles refactor upstream
[civicrm-core.git] / ext / greenwich / README.md
1 # greenwich
2
3 The `greenwich` theme-extension is bundled into `civicrm-core`.
4
5 ## Development
6
7 This extension includes compiled (S)CSS content. It is compiled automatically via `composer`.
8 Compiled files should *not* be committed to git. They will be generated during `composer install`.
9
10 These commands will help during development:
11
12 ```bash
13 cd /path/to/my/composer/root
14
15 ## Compile (S)CSS - one time
16 composer compile
17
18 ## Compile (S)CSS - and continue watching for changes
19 composer compile:watch
20 ```