Merge pull request #23581 from colemanw/removeUnused
[civicrm-core.git] / ext / greenwich / composer.compile.json
1 {
2 "compile": [
3 {
4 "title": "Greenwich CSS (<comment>dist/bootstrap3.css</comment>)",
5 "run": [
6 "@php-eval \\CCL::copy('../../bower_components/select2/select2-bootstrap.css', 'extern/select2/select2-bootstrap.scss');",
7 "@php-method \\CCL\\Tasks::scss"
8 ],
9 "watch-files": ["scss", "../../bower_components/select2/select2-bootstrap.css"],
10 "scss-files": {"dist/bootstrap3.css": "scss/main.scss"},
11 "scss-imports": ["scss", "extern/bootstrap3/assets/stylesheets", "extern/select2"]
12 }
13 ]
14 }