Developing Plugins on a local clone and pushing changes to the Cloud site is proving to be a bit frustrating at times, with Client Dependency cache needing to be cleared.
I've been changing the value in the config file to force the situation, but that seems a clunky way of dealing with the problem.
What is the recommended approach to ensuring this is managed when pushing changes to Umbraco Cloud?
There is this package that might make things more convenient by letting you clear the cache on-demand but doesn't solve your problem. Unsure about compatibility with Umbraco Cloud.
Would be good if Cloud could detect if cache should be cleared automatically for you on deploy.
Umbraco Cloud - Client Dependency
Developing Plugins on a local clone and pushing changes to the Cloud site is proving to be a bit frustrating at times, with Client Dependency cache needing to be cleared.
I've been changing the value in the config file to force the situation, but that seems a clunky way of dealing with the problem.
What is the recommended approach to ensuring this is managed when pushing changes to Umbraco Cloud?
There is this package that might make things more convenient by letting you clear the cache on-demand but doesn't solve your problem. Unsure about compatibility with Umbraco Cloud.
Would be good if Cloud could detect if cache should be cleared automatically for you on deploy.
Thanks for that - I'll look into it and test on a trial to make sure it's compatible.
It would be nice if there was a better solution than needing to manually clear cache files, particularly for Cloud, given their location in App_Data.
is working on a reply...