Skip to content

Commit 04abb52

Browse files
committed
update README.md
1 parent 2fdc1c6 commit 04abb52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Go to your Spress site and add the following to your `composer.json` and run
1717

1818
### How to use?
1919

20+
Add the following to your config.yml to exclude some files from minify/compress process:
21+
22+
```yaml
23+
html_compress_exclude: ['.htaccess','robots.txt','crossdomain.xml', 'sitemap.xml','nortonsw_bc7be3d0-796e-0.html','BingSiteAuth.xml']
24+
```
25+
2026
Just run build command:
2127
2228
```bash

0 commit comments

Comments
 (0)