Skip to content

Commit 5248f6f

Browse files
author
Eugene Matvejev
authored
Merge pull request #54 from eugene-matvejev/refactoring_2
update README.md
2 parents cbd3fd5 + 9be7fb3 commit 5248f6f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,18 @@ _can be triggered from composer's script's section: compiles LESS|SASS|Compass_
1515
```
1616
composer 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
```

0 commit comments

Comments
 (0)