mkocansey / bladewind

BladewindUI is a collection of elegant Laravel blade-based UI components spiced with TailwindCSS and Javascript.
https://bladewindui.com
MIT License
491 stars 46 forks source link

fix: load javascript from public path #325

Closed haugen86 closed 3 weeks ago

haugen86 commented 3 weeks ago

Set javascript files to always load from public path, so that tests loads them from the correct path.

Fixes #147