Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Conversation

Rich-Harris
Copy link
Contributor

This fixes #69. It doesn't come entirely free - when you first run gobble, it has to read all the source files to generate checksums, which can take a couple of seconds if there are a lot of them, or they're very large (about 1500 milliseconds for 100Mb of images, on this machine, for example). But it's a one-off thing. If it becomes a source of pain we could mitigate it by perhaps doing it lazily, or excluding certain file types from the process, or some other trick.

I've just realised I based the branch off the start-stop branch, so it includes all of #74 as well. Oh well

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Better sourcemap source resolution

2 participants