App.js changes issues when run npm run prod
-
Hey ,
i' doing some modification in css file of velocity when i run npm run prod the change was reflected but the new file app.js generated cause somme issues card disapear from menu and image of product not showing
here is screenshoot
here is result
when i copy app.js from repo it works but when i generate it did'nt work as expected
can you please help me ?
-
Hi @raouf415,
After running
npm run prod
, just runphp artisan vendor:publish --all --force
. -
@devansh-webkul
yes i'm doing that for this reason card and image disapear -
Any solution for hot reload when i modify css ?
-
Hi @raouf415,
You can use
npm run watch
for development purposes.