hyperbuild 0.0.39 → 0.0.40
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 +8 -6
- 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: 9f2a6102a9052622a2adcb638efc16b689bec1a2cc081fd1c99aa682536f7707
|
|
4
|
+
data.tar.gz: 691368c264d4637f41f8b6248b1f902dfd2f5de08dda4d297d49680c169ca8b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3742bc67d08738a164c6f96a9e77570b3894d3cd2ff1d40d5cf5ee97abf67e3dc95038976c57467eaa2002d2a0b0e48b4e4273e3049fff4aafc9bcb420b4ca8c
|
|
7
|
+
data.tar.gz: 4bcc6a195bc70b374cc628058d6789dcf0b700f2a15cf9dfd5b469e4defd5e756ef26436e32a1e3f75cba2dedc4140856220f9141bd7d923cad40a70d021e0e7
|
data/README.md
CHANGED
|
@@ -17,17 +17,19 @@ Available as:
|
|
|
17
17
|
|
|
18
18
|
Speed and effectiveness of Node.js version compared to [html-minfier](https://github.com/kangax/html-minifier) and [minimize](https://github.com/Swaagie/minimize). See [bench](./bench) folder for more details.
|
|
19
19
|
|
|
20
|
-
<img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.
|
|
20
|
+
<img width="435" alt="Chart showing speed of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.40/average-speeds.png"> <img width="435" alt="Chart showing effectiveness of HTML minifiers" src="https://wilsonl.in/hyperbuild/bench/0.0.40/average-sizes.png">
|
|
21
21
|
|
|
22
22
|
## Usage
|
|
23
23
|
|
|
24
24
|
### CLI
|
|
25
25
|
|
|
26
|
+
Precompiled binaries are available for x86-64 Windows, macOS, and Linux. To compile and install from source, run `cargo install hyperbuild`, which requires [Rust](https://www.rust-lang.org/tools/install).
|
|
27
|
+
|
|
26
28
|
##### Get
|
|
27
29
|
|
|
28
|
-
[Windows](https://wilsonl.in/hyperbuild/bin/0.0.
|
|
29
|
-
[macOS](https://wilsonl.in/hyperbuild/bin/0.0.
|
|
30
|
-
[Linux](https://wilsonl.in/hyperbuild/bin/0.0.
|
|
30
|
+
[Windows](https://wilsonl.in/hyperbuild/bin/0.0.40-windows-x86_64.exe) |
|
|
31
|
+
[macOS](https://wilsonl.in/hyperbuild/bin/0.0.40-macos-x86_64) |
|
|
32
|
+
[Linux](https://wilsonl.in/hyperbuild/bin/0.0.40-linux-x86_64)
|
|
31
33
|
|
|
32
34
|
##### Use
|
|
33
35
|
|
|
@@ -44,7 +46,7 @@ hyperbuild --src /path/to/src.html --out /path/to/output.min.html
|
|
|
44
46
|
|
|
45
47
|
```toml
|
|
46
48
|
[dependencies]
|
|
47
|
-
hyperbuild = "0.0.
|
|
49
|
+
hyperbuild = "0.0.40"
|
|
48
50
|
```
|
|
49
51
|
|
|
50
52
|
##### Use
|
|
@@ -105,7 +107,7 @@ Add as a Maven dependency:
|
|
|
105
107
|
<dependency>
|
|
106
108
|
<groupId>in.wilsonl.hyperbuild</groupId>
|
|
107
109
|
<artifactId>hyperbuild</artifactId>
|
|
108
|
-
<version>0.0.
|
|
110
|
+
<version>0.0.40</version>
|
|
109
111
|
</dependency>
|
|
110
112
|
```
|
|
111
113
|
|
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
|