Merge pull request #18622 from civicrm/5.30
[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 mkdir('extern/select2', 0777, TRUE);",
7 "@php-eval $ok = copy('../../bower_components/select2/select2-bootstrap.css', 'extern/select2/select2-bootstrap.scss'); exit($ok?0:1);",
8 "@php-method \\Civi\\Compile\\Scss::build"
9 ],
10 "watch-files": ["scss", "../../bower_components/select2/select2-bootstrap.css"],
11 "scss-files": {"scss/main.scss": "dist/bootstrap3.css"},
12 "scss-includes": ["scss", "extern/bootstrap3/assets/stylesheets", "extern/select2"]
13 }
14 ]
15 }