Sometimes Vendor CSS (and JS) are not found after installing
Hi everyone,
Sometimes when installing a new plugin I get a net:ERR_ABORTED 404 (Not Found) message in my console for said plugins css/js.
It occurred for both JS and CSS with filament-database-schedule (#husam-database-schedule) and recently it occurred when I pulled filament-slim-scrollbar.
For the latter for example:
resource-page:47 GET http://127.0.0.1:8000/css/aymanalhattami/filament-slim-scrollbar/filament-slim-scrollbar.css?v=2.0.0.0 net::ERR_ABORTED 404 (Not Found)
resource-page:47 GET http://127.0.0.1:8000/css/aymanalhattami/filament-slim-scrollbar/filament-slim-scrollbar.css?v=2.0.0.0 net::ERR_ABORTED 404 (Not Found)
There are no publishable assets, and I ran npm run dev / npm run build. Apart from manually pulling them in - what is the correct way to go about correcting this?