Skip to content

Commit 8ea3bb6

Browse files
author
Eugene Matvejev
authored
Merge pull request #9 from learn-symfony/eugene-matvejev-patch-1
Update README.md
2 parents bd59025 + 9652c5e commit 8ea3bb6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# css-compiler
2-
compiles SASS/LESS and Compass, available though Composer
3-
1+
# CSS Compiler
2+
* can be triggered from composer's script's session: compiles LESS/SASS/Compass
43

54
# How to use:
6-
add into composer __scripts__ directory:
5+
1. add into composer __scripts__ directory:
76
```
87
"EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS"
98
```
@@ -18,9 +17,7 @@ example:
1817
]
1918
},
2019
```
21-
22-
##how to trigger
23-
add _css-compiler_ information inside of the _extra_ composer configuration
20+
2. add _css-compiler_ information inside of the _extra_ composer configuration
2421
```
2522
"css-compiler": [
2623
{
@@ -46,7 +43,8 @@ add _css-compiler_ information inside of the _extra_ composer configuration
4643
}
4744
]
4845
```
49-
where:
46+
47+
#legend
5048
_format_: compression format
5149
_input_: array of routes, all files inside of the route if it is directory will be picked up
5250
_output_: file where it should put content (hard-copy)

0 commit comments

Comments
 (0)