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_
15
15
```
16
16
composer require "eugene-matvejev/css-compiler"
17
17
```
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
- ```
27
18
28
19
### add callback into into composer's __ scripts__ :
29
20
```
30
- "EM\\CssCompiler\\Handler\\ ScriptHandler::compileCSS "
21
+ "EM\\CssCompiler\\ScriptHandler::generateCSS "
31
22
```
32
23
_ example_ :
33
24
```
34
25
"scripts": {
35
26
"post-update-cmd": "@custom-events",
36
27
"post-install-cmd": "@custom-events",
37
28
"custom-events": [
38
- "EM\\CssCompiler\\Handler\\ ScriptHandler::compileCSS "
29
+ "EM\\CssCompiler\\ScriptHandler::generateCSS "
39
30
]
40
31
}
41
32
```
You can’t perform that action at this time.
0 commit comments