VanillaTweaks uses mc-image-helper and auto-cleans old files (#1581)

This commit is contained in:
Geoff Bourne
2022-06-29 22:17:23 -05:00
committed by GitHub
parent ab47b06ba9
commit 5a507f800f
10 changed files with 48 additions and 154 deletions

View File

@@ -78,7 +78,7 @@ In the cloned copy of [`mc-image-helper`](https://github.com/itzg/mc-image-helpe
Assuming [http-server](https://www.npmjs.com/package/http-server) is installed globally, start a static web server using:
```shell
http-server ./build/distributions -p 0
http-server ./build/distributions -p 8080
```
Note the port that was selected by http-server and pass the build arguments, such as:
@@ -88,7 +88,7 @@ Note the port that was selected by http-server and pass the build arguments, suc
--build-arg MC_HELPER_BASE_URL=http://host.docker.internal:8080
```
Now the image can be built like normal and it will install mc-image-helper from the locally built copy.
Now the image can be built like normal, and it will install mc-image-helper from the locally built copy.
## Generating release notes