Hi,
I’m using Phoenix with esbuild and tailwind and I’m trying to set up cache busting with hashed files for CSS and JS files similar to this;
style-fd7ad3506f4e06af64a2a0bd1908b67b.css
bundle-45e270d7e26bbdf926188c96a787edc4.js
I only have one CSS and one JS file. I’ve been trying to set it up for the last couple of hours with no luck. Has anyone done this successfully?