minify_html 0.2.5 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/linux-ruby2.5 +0 -0
- data/lib/linux-ruby2.6 +0 -0
- data/lib/linux-ruby2.7 +0 -0
- data/lib/macos-ruby2.5 +0 -0
- data/lib/macos-ruby2.6 +0 -0
- data/lib/macos-ruby2.7 +0 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 570b1ca977b568c05e253f31a6efcb96461dac4ab443329ccfe44520d4fab17c
|
4
|
+
data.tar.gz: 32066e5469c2f37d71f787ddc7d42c70b6bd319059e0d9eac9ca90059f7eda1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e481b7a47c1a763c5284a1b15f0b3ba55ee289435e8bf7d40aa394d8acc2f37f86b3170c27a35420c56bbf9fcab5442be999e9def620dd149d97e6d348710b2
|
7
|
+
data.tar.gz: b69f885023601a8d5f8fb05586e65fa517d6ff67b6fdf43d67c07e314f6eb88469c290bc626753fd4554a0e07a7fe27211a3cb88baef79d9463aba38c0e97623
|
data/README.md
CHANGED
@@ -20,7 +20,7 @@ Available as:
|
|
20
20
|
|
21
21
|
Speed and effectiveness of Node.js version compared to [html-minfier](https://github.com/kangax/html-minifier) and [minimize](https://github.com/Swaagie/minimize), run on popular already-minified web pages. See [bench](./bench) folder for more details.
|
22
22
|
|
23
|
-
<img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.2.
|
23
|
+
<img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.2.6/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/minify-html/bench/0.2.6/average-sizes.png">
|
24
24
|
|
25
25
|
## Usage
|
26
26
|
|
@@ -30,8 +30,8 @@ Precompiled binaries are available for x86-64 macOS and Linux.
|
|
30
30
|
|
31
31
|
##### Get
|
32
32
|
|
33
|
-
[macOS](https://wilsonl.in/minify-html/bin/0.2.
|
34
|
-
[Linux](https://wilsonl.in/minify-html/bin/0.2.
|
33
|
+
[macOS](https://wilsonl.in/minify-html/bin/0.2.6-macos-x86_64) |
|
34
|
+
[Linux](https://wilsonl.in/minify-html/bin/0.2.6-linux-x86_64)
|
35
35
|
|
36
36
|
##### Use
|
37
37
|
|
@@ -50,7 +50,7 @@ minify-html --src /path/to/src.html --out /path/to/output.min.html
|
|
50
50
|
|
51
51
|
```toml
|
52
52
|
[dependencies]
|
53
|
-
minify-html = { version = "0.2.
|
53
|
+
minify-html = { version = "0.2.6", features = ["js-esbuild"] }
|
54
54
|
```
|
55
55
|
|
56
56
|
Building with the `js-esbuild` feature requires the Go compiler to be installed as well, to build the [JS minifier](https://github.com/evanw/esbuild).
|
@@ -167,7 +167,7 @@ Add as a Maven dependency:
|
|
167
167
|
<dependency>
|
168
168
|
<groupId>in.wilsonl.minifyhtml</groupId>
|
169
169
|
<artifactId>minify-html</artifactId>
|
170
|
-
<version>0.2.
|
170
|
+
<version>0.2.6</version>
|
171
171
|
</dependency>
|
172
172
|
```
|
173
173
|
|
data/lib/linux-ruby2.5
CHANGED
Binary file
|
data/lib/linux-ruby2.6
CHANGED
Binary file
|
data/lib/linux-ruby2.7
CHANGED
Binary file
|
data/lib/macos-ruby2.5
CHANGED
Binary file
|
data/lib/macos-ruby2.6
CHANGED
Binary file
|
data/lib/macos-ruby2.7
CHANGED
Binary file
|