From faa2eae5afb7c76fd0e6843b902d44cc89b8c4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Fri, 18 Oct 2024 10:40:56 +0200 Subject: [PATCH] Fix README (#2) * Replace tabs with spaces --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e1ec6d5..69810af 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ bundle only in the desired environment(s). # config/packages/sensiolabs_minify.yaml sensiolabs_minify: asset_mapper: - - # Minify CSS and JS files + + # Minify CSS and JS files types: css: true js: true @@ -128,7 +128,7 @@ sensiolabs_minify: ignore_paths: - 'admin/*' - '*.min.js' - + # Exclude vendor assets ignore_vendor: true ``` @@ -143,13 +143,13 @@ sensiolabs_minify: # config/packages/sensiolabs_minify.yaml sensiolabs_minify: minify: - + # Auto-detect the local binary local_binary: 'auto' # Specify the local binary path # local_binary: "/usr/local/sbin/minify" - + # Or set false to disable # local_binary: false ``` @@ -160,10 +160,10 @@ sensiolabs_minify: # config/packages/sensiolabs_minify.yaml sensiolabs_minify: minify: - + # Enable automatic download from GitHub download_binary: true - + # Directory to store the downloaded binary download_directory: '%kernel.project_dir%/var/minify'