Fix missing versioned image paths in CSS file
Pre-release
Pre-release
Hi again!
This release fixes a problem where, if you had a url('../images/some-file.png')
in your Tailwind CSS file, AssetMapper would not correclty update that to the correct versioned filename in the final CSS.
- Fixing bug where Tailwind compiler might run after core compiler handling url() in CSS files by @weaverryan in #11
Full Changes: v0.1.2...v0.1.3
Have fun!