Skip to content

Commit

Permalink
Fix README (#2)
Browse files Browse the repository at this point in the history
* Replace tabs with spaces
  • Loading branch information
smnandre authored Oct 18, 2024
1 parent 0521bc8 commit faa2eae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -128,7 +128,7 @@ sensiolabs_minify:
ignore_paths:
- 'admin/*'
- '*.min.js'

# Exclude vendor assets
ignore_vendor: true
```
Expand All @@ -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
```
Expand All @@ -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'

Expand Down

0 comments on commit faa2eae

Please sign in to comment.