Skip to content
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

Resolve original sources #75

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Resolve original sources #75

wants to merge 9 commits into from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better sourcemap source resolution
2 participants