I've made some changes to the stylesheet that the umbraco client ui uses.
"\umbraco_client\ui\default.css"
The changes are reflected ok on my local test site. However they do not on the live site. I've tried deleting the default.css and it doesn't notice it's been deleted. The shows the path of the url as:
/DependencyHandler.axd?s=(a really long encryption code)&t=Css&cdv=2
How do I force umbraco to use the new default.css?
1: Go to the /app_data/TEMP/ClientDependency folder and delete all the files
2: Go to /config/ClientDependency.config and increment the version number
3: Recycle the app pool
Does that help?
I don't know what changes you have made to the stylsheet but be aware that once you upgrade the installation you probably need to add these modifications again.
Refreshing Cache
I've made some changes to the stylesheet that the umbraco client ui uses.
"\umbraco_client\ui\default.css"
The changes are reflected ok on my local test site. However they do not on the live site. I've tried deleting the default.css and it doesn't notice it's been deleted. The shows the path of the url as:
/DependencyHandler.axd?s=(a really long encryption code)&t=Css&cdv=2
How do I force umbraco to use the new default.css?
I've tried a full republish of the site.
Peter
Hi Peter
1: Go to the /app_data/TEMP/ClientDependency folder and delete all the files 2: Go to /config/ClientDependency.config and increment the version number 3: Recycle the app pool
Does that help?
I don't know what changes you have made to the stylsheet but be aware that once you upgrade the installation you probably need to add these modifications again.
/Jan
That did it, many thanks Jan.
Peter
is working on a reply...