I'm not sure if this is just my configuration: Umb 4.5.1 vanilla on .NET 4. The client dependency config uses App_Data/TEMP/ClientDependency for the file cache, so the folder deleted by this extension is wrong - for this configuration. Also, the ClientDependency folder is in SVN (for better or worse), and the plugin crashes while trying to remove the hidden SVN folder.
I'm not sure if the following are really bugs or feature requests.
Perhaps:
only delete files in the cache folder, not folders therein
pull the cache folder from the CD config somehow
In the meantime, I'm using a version recompiled from the source with line 43 of AppBase changed to:
var cdPath = HostingEnvironment.MapPath(SystemDirectories.Data + "/TEMP/ClientDependency");
Thanks for the package, and for making the source available!
They are both great suggestions. I'm hoping to spend some time on this package over Xmas, as there are a couple of other changes I'd like to do, so hopefully there will be a new release in the new year.
Glad you managed to get something working yourself in the mean time.
Wrong folder deleted
I'm not sure if this is just my configuration: Umb 4.5.1 vanilla on .NET 4. The client dependency config uses App_Data/TEMP/ClientDependency for the file cache, so the folder deleted by this extension is wrong - for this configuration. Also, the ClientDependency folder is in SVN (for better or worse), and the plugin crashes while trying to remove the hidden SVN folder.
I'm not sure if the following are really bugs or feature requests.
Perhaps:
Thanks for the package, and for making the source available!
JT
Hi James,
They are both great suggestions. I'm hoping to spend some time on this package over Xmas, as there are a couple of other changes I'd like to do, so hopefully there will be a new release in the new year.
Glad you managed to get something working yourself in the mean time.
All the best
Matt
is working on a reply...