Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice Development committed Jan 13, 2016
1 parent c1e9430 commit c533a3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Include this bundle in your composer.json

```bash
$ php composer.phar require kcs/compressor-bundle dev-master
$ php composer.phar require icedevelopment/compressor-bundle dev-master
```

Enable the bundle in your AppKernel.php
Expand Down Expand Up @@ -43,6 +43,7 @@ kcs_compressor:
remove_extra_spaces: true # Remove extra spaces in HTML
compress_js: true # Enable inline js compression
compress_css: true # Enable inline css compression
skip_block_tag: '\#\#\#' # Allow to change skipBlockTag, to make it compatible with twig
```
If inline js (or css) compression is enabled you must specify the compressor to be used:
Expand Down

0 comments on commit c533a3d

Please sign in to comment.