File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,18 @@ _can be triggered from composer's script's section: compiles LESS|SASS|Compass_
1515```
1616composer require "eugene-matvejev/css-compiler"
1717```
18- if you have problem with min-stability you can use this solution in '_ require(-dev)_ ':
19- _ example_ :
20- ```
21- "require": {
22- "eugene-matvejev/css-compiler": "^0.1",
23- "leafo/scssphp-compass": "@dev",
24- "leafo/scssphp": "@dev"
25- }
26- ```
2718
2819### add callback into into composer's __ scripts__ :
2920```
30- "EM\\CssCompiler\\Handler\\ ScriptHandler::compileCSS "
21+ "EM\\CssCompiler\\ScriptHandler::generateCSS "
3122```
3223_ example_ :
3324```
3425"scripts": {
3526 "post-update-cmd": "@custom-events",
3627 "post-install-cmd": "@custom-events",
3728 "custom-events": [
38- "EM\\CssCompiler\\Handler\\ ScriptHandler::compileCSS "
29+ "EM\\CssCompiler\\ScriptHandler::generateCSS "
3930 ]
4031}
4132```
You can’t perform that action at this time.
0 commit comments