File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
* can be triggered from composer's script's session: compiles LESS/SASS/Compass
3
3
4
4
# How to use:
5
- 1 . add into composer __ scripts__ directory:
5
+ ### add into composer __ scripts__ directory:
6
6
```
7
7
"EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS"
8
8
```
9
9
10
- example:
10
+ _ example _ :
11
11
```
12
12
"scripts": {
13
13
"post-update-cmd": "@custom-events",
@@ -17,7 +17,12 @@ example:
17
17
]
18
18
},
19
19
```
20
- 2 . add _ css-compiler_ information inside of the _ extra_ composer configuration
20
+ ### add _ css-compiler_ information inside of the _ extra_ composer configuration
21
+ * _ format_ : compression format
22
+ * _ input_ : array of routes, all files inside of the route if it is directory will be picked up
23
+ * _ output_ : file where it should put content (hard-copy)
24
+
25
+ _ example_ :
21
26
```
22
27
"css-compiler": [
23
28
{
@@ -43,8 +48,3 @@ example:
43
48
}
44
49
]
45
50
```
46
-
47
- #legend
48
- _ format_ : compression format
49
- _ input_ : array of routes, all files inside of the route if it is directory will be picked up
50
- _ output_ : file where it should put content (hard-copy)
You can’t perform that action at this time.
0 commit comments