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
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)
You can’t perform that action at this time.
0 commit comments