fresh
fresh copied to clipboard
fix: ensure file paths in snapshot.json uses /
Avoids \\\\ paths ending up in snapshot.json when using deno task build on Windows. Backslashes do not which pathnames in URLs, so these assets are not returned.
Closes #2703
I think perhaps the .addProcessedFile() will produce the same error, but I only fixed this for the "Un"-processed files.