savannabits / filament-flatpickr

Extend your Filament Date-Picking with Flatpickr
MIT License
43 stars 31 forks source link

[Bug]: Minify Javascript and CSS Assets #63

Open abishekrsrikaanth opened 2 months ago

abishekrsrikaanth commented 2 months ago

What happened?

Currently all the registered JS and CSS assets are non-minified. This creates a performance issue when using this plugin as a standalone filament component outside of the Filament Panel. Can you please minify/use the minified flatpicker JS and CSS assets instead?

How to reproduce the bug

Add @filamentScripts and @filamentStyles to guest.blade.php to load the assets to use as a standalone component.

Package Version

3.1.0

PHP Version

8.3.1

Laravel Version

11.2.0

Which operating systems does with happen with?

macOS

Notes

No response