Skip to content

Fix missing versioned image paths in CSS file

Pre-release
Pre-release
Compare
Choose a tag to compare
@weaverryan weaverryan released this 30 Jun 16:46
· 52 commits to main since this release
v0.1.3

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!