I have created a new section in the backoffice and I have created the relevant angular (html, css, js) files in the plugins folder.
My problem is that everytime I make a change to the angular controllers and associated HTML files, the changes are not showing because of caching. Everything is fine on local server and updates are immediate but not on the production server.
Any help to remove cache would be greatly appreciated.
Go into your config folder, find ClientDependency.config, open it up and change the version number in there. Just make it 1 lower or higher from what it currently is. That should help.
Backoffice Plugin
Hi All,
I have created a new section in the backoffice and I have created the relevant angular (html, css, js) files in the plugins folder.
My problem is that everytime I make a change to the angular controllers and associated HTML files, the changes are not showing because of caching. Everything is fine on local server and updates are immediate but not on the production server.
Any help to remove cache would be greatly appreciated.
Regards, L
Go into your config folder, find ClientDependency.config, open it up and change the version number in there. Just make it 1 lower or higher from what it currently is. That should help.
Thank you kindly Sebastiaan, that beat my solution of setting debug=true in the web config and then switching it back.
Thank you once again. Best Regards, L
Thank you, this is the right way.
is working on a reply...