Page 1 of 1
is it possible to disable caching of css?
Posted: Mon Jan 10, 2011 7:43 pm
by animatrix
is it possible to disable caching of css? I can't find it anywhere. Just for development, to easier identify css in firebug
Re: is it possible to disable caching of css?
Posted: Mon Jan 10, 2011 9:24 pm
by Wishbone
Are you talking about CMS caching, or browser caching?
If you are talking about CMS caching, you can use {stylesheet} instead of {cms_stylesheet}. {stylesheet} dynamically generates the stylesheet from a database, instead of caching it in a file. You can't use any [[smarty]] inside of {stylesheet} and you might have to update any paths to background images.