From c533a3d701ae6aa09c6d930908a036dd6a509eda Mon Sep 17 00:00:00 2001 From: Ice Development Date: Wed, 13 Jan 2016 10:44:07 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d5fdb..1887b37 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: