6 Replies
Expectation:
What I have done:
I ran the following commands:
But they didnt help. I even commented out all my theme changes, but they didnt help either
I also deleted all the node files as well as vendor, but again, nothing
I created a new project, but there I dont have the issue
What happens if you do npm run dev?
Or rerun npm run build
nothing happens
But I solved the issue. I had to delete the published blade files. I though that by running filament:asstes or upgrade, they would be overwritten but apparently not
Correct: published assets are never overritten unless you re-publish them with --force ... which would wipe out any customizations you've made to them ... which would make publishing them pointless. Best to never publish any assets you're not actually overriding.
Yep. I agree