Rob
Results
12
comments of
Rob
When the asset cache is built, it's only reading in files from the `build/` dir. This functions similar to how [vite](https://vitejs.dev/guide/assets.html#the-public-directory) handles the `public/` dir, where everything is eventually built...
I hadn't realized that this would cause that issue in downstream code, but it makes sense after reading through that link. The proposed change makes sense. If you'd like to...