-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate manifest.json with information of the static files #144
Comments
I'd suggest we remove the bundled distributor entirely, given that we have a good way of using GitHub as the distributor. |
this is only a pre-step before we can merge the static-serving logic. As I mentioned somewhere else (can't remember where :-) Having the static delivery redirector (disty) bundled together with the html.js action saves us 1 action. so we still can have a disty per strain, but the config in the VLC is much easier, as we only need to handle 1 case. |
Ok, let's just generate the {
"styles.css": {
"size": 1234,
"hash": "..."
},
"favicon.ico": {
"size": 1234,
"hash": "..."
}
} |
Custom docker images with more logging
since the list of static files is know during deploy time, it can be included into the bundled distributor.
The text was updated successfully, but these errors were encountered: