Fix issue reporting link to go to the corresponding `core` project.
[civicrm-core.git] / ext / greenwich / composer.compile.json
index 310523df0c8b0720db38b3beb2ca2b3dac6e1dc5..5ddfeb155344ae51bd688bdbf260277a01c1cded 100644 (file)
@@ -3,13 +3,12 @@
     {
       "title": "Greenwich CSS (<comment>dist/bootstrap3.css</comment>)",
       "run": [
-        "@php-eval mkdir('extern/select2', 0777, TRUE);",
-        "@php-eval $ok = copy('../../bower_components/select2/select2-bootstrap.css', 'extern/select2/select2-bootstrap.scss'); exit($ok?0:1);",
-        "@php-method \\Civi\\Compile\\Scss::build"
+        "@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": {"scss/main.scss": "dist/bootstrap3.css"},
-      "scss-includes": ["scss", "extern/bootstrap3/assets/stylesheets", "extern/select2"]
+      "scss-files": {"dist/bootstrap3.css": "scss/main.scss"},
+      "scss-imports": ["scss", "extern/bootstrap3/assets/stylesheets", "extern/select2"]
     }
   ]
 }