Fix issue reporting link to go to the corresponding `core` project.
[civicrm-core.git] / ext / greenwich / composer.compile.json
index a731b607fb22a359d2eb37fbd75c855d289fc198..5ddfeb155344ae51bd688bdbf260277a01c1cded 100644 (file)
@@ -2,10 +2,13 @@
   "compile": [
     {
       "title": "Greenwich CSS (<comment>dist/bootstrap3.css</comment>)",
-      "php-method": "\\Civi\\Compile\\Scss::build",
-      "watch-files": ["scss"],
-      "scss-files": {"scss/main.scss": "dist/bootstrap3.css"},
-      "scss-includes": ["scss", "extern/bootstrap3/assets/stylesheets"]
+      "run": [
+        "@php-eval \\CCL::copy('../../bower_components/select2/select2-bootstrap.css', 'extern/select2/select2-bootstrap.scss');",
+        "@php-method \\CCL\\Tasks::scss"
+      ],
+      "watch-files": ["scss", "../../bower_components/select2/select2-bootstrap.css"],
+      "scss-files": {"dist/bootstrap3.css": "scss/main.scss"},
+      "scss-imports": ["scss", "extern/bootstrap3/assets/stylesheets", "extern/select2"]
     }
   ]
 }