Skip to content

v5.1.0

Compare
Choose a tag to compare
@kaidesu kaidesu released this 06 Dec 07:40
· 1 commit to master since this release
423cc86
Changed to use stripos instead of regex (#6)

While the regex is probably faster, I'll admit I'm no regex guru, and to me regexes have horrible readability.

I encountered an issue where if I had assets with something after `.js` or `.css` it wouldn't be registered with Bonsai.

This solves that issue.