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