d2/lib/imgbundler
Anmol Sethi 0edf30a6cd
imgbundler: Fixes
- Make bundle flag work
- Display error and update render at the same time in watch mode.
  Before we would just display the render and not show the error.

- Rename imgbundler.InlineX functions to BundleX
- Print imgbundler fetch/readFile errors as they happen in the workers
  instead of coalescing and printing at the end.
- Minor performance improvements by using []byte everywhere possible.
- Improved symbol naming in imgbundler code
- **major**: Ignore already bundled images instead of trying to os.ReadFile them.
2022-11-30 14:58:52 -08:00
..
imgbundler.go imgbundler: Fixes 2022-11-30 14:58:52 -08:00
imgbundler_test.go imgbundler: Fixes 2022-11-30 14:58:52 -08:00
test_png.png 2022-11-26 03:26:14PM 2022-11-26 15:26:14 -08:00
test_svg.svg 2022-11-26 06:14:41PM 2022-11-26 18:14:41 -08:00