Skip to content

Commit 28f8282

Browse files
author
Nick Goris
committed
changed readme
1 parent ba54394 commit 28f8282

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66
Very, very simple html minifier with Laravel 5.x support.
77

8+
It _minifies_ HTML by
9+
10+
1. removing HTML comments except IE conditions
11+
2. removing comments
12+
3. shorten multiple white spaces
13+
4. removing whitespaces between HTML tags
14+
5. collapsing new lines
15+
16+
You should end up with a small size profit:
17+
18+
| Uniminfied | Minified |
19+
|------------|----------|
20+
| 64.2KB | 44.6KB |
21+
822
## Code Samples
923

1024
```php

0 commit comments

Comments
 (0)