File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 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
4
3
5
4
# How to use:
6
- add into composer __ scripts__ directory:
5
+ 1 . add into composer __ scripts__ directory:
7
6
```
8
7
"EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS"
9
8
```
@@ -18,9 +17,7 @@ example:
18
17
]
19
18
},
20
19
```
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
24
21
```
25
22
"css-compiler": [
26
23
{
@@ -46,7 +43,8 @@ add _css-compiler_ information inside of the _extra_ composer configuration
46
43
}
47
44
]
48
45
```
49
- where:
46
+
47
+ #legend
50
48
_ format_ : compression format
51
49
_ input_ : array of routes, all files inside of the route if it is directory will be picked up
52
50
_ output_ : file where it should put content (hard-copy)
You can’t perform that action at this time.
0 commit comments