File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 22* can be triggered from composer's script's session: compiles LESS/SASS/Compass
33
44# How to use:
5- 1 . add into composer __ scripts__ directory:
5+ ### add into composer __ scripts__ directory:
66```
77"EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS"
88```
99
10- example:
10+ _ example _ :
1111```
1212 "scripts": {
1313 "post-update-cmd": "@custom-events",
@@ -17,7 +17,12 @@ example:
1717 ]
1818 },
1919```
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_ :
2126```
2227 "css-compiler": [
2328 {
@@ -43,8 +48,3 @@ example:
4348 }
4449 ]
4550```
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