Changes to Laravel-Vue site not showing on browser reload
I am working on a Laravel-Vue website on shared hosting while using cPanel. I have made changes to some of the component/layout but the changes don't show when I reload the browser. I am finding my way working on Laravel/Vue at novice level, so please excuse if my question seem dumb. Please help with possible solution. I am open to learn.
I edited the components/layout on cPanel expecting to see the changes on browser when I reload. Example: Changing the class name of a DIV. Unfortunately nothing changes. I have cleared stored files on my browser thinking that will help load the changes but still doesn't do the trick.
@tykus I bought the script from Envato. Installed it on cPanel. I need to do some customization to the components as explained in my initial post. Please help. Thanks for reply.
@engineertb if you are modifying uncompiled JS source files, then you need to build the bundle again with the changed source files. I would assume the purchased files/directories came with instructions? Otherwise, check if you have a package.json that you can share here.
I expect you will not be able to achieve this in shared hosting environment, so you probably will need to make (and verify) the changes on a local, development environment (you will need node and npm installed). Then you can build for production locally and push the resulting file(s) to your host.