Serve bootstrap and monaco-editor static files locally #27
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jriou/coller#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Would be great to not rely on cloudflare CDN to use this app.
I thought about it and I decided to let the browser download those assets in the first release to keep it simple.
I'm okay with your suggestion. But beware of not bloating the server by adding multiple MB to the binary. We should find a way to download a specific version (configurable) of the assets currently hosted on Cloudflare, to include them compressed in the binary, then either serve them compressed if possible, or decompress before serving them statically.