Skip to content

Update README.md #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# css-compiler
compiles SASS/LESS and Compass, available though Composer

# CSS Compiler
* can be triggered from composer's script's session: compiles LESS/SASS/Compass

# How to use:
add into composer __scripts__ directory:
1. add into composer __scripts__ directory:
```
"EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS"
```
Expand All @@ -18,9 +17,7 @@ example:
]
},
```

##how to trigger
add _css-compiler_ information inside of the _extra_ composer configuration
2. add _css-compiler_ information inside of the _extra_ composer configuration
```
"css-compiler": [
{
Expand All @@ -46,7 +43,8 @@ add _css-compiler_ information inside of the _extra_ composer configuration
}
]
```
where:

#legend
_format_: compression format
_input_: array of routes, all files inside of the route if it is directory will be picked up
_output_: file where it should put content (hard-copy)