v5.1.0
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.