Thanks... But it's still not refreshing stylesheets.xml. I've even loaded that file explicitly in Chrome but can't get P2 to load the right one.<div><br></div><div>-Eric</div><div><br clear="all">-=--=---=----=----=---=--=-=--=---=----=---=--=-=-<br>
Eric B. Wolf 720-334-7734<br><br><br><br>
<br><br><div class="gmail_quote">On Thu, Dec 9, 2010 at 2:42 PM, Richard Fairhurst <span dir="ltr"><<a href="mailto:richard@systemed.net">richard@systemed.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">Eric Wolf wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am running P2 on the USGS OSMCP server and trying to tweak the<br>
style sheets a lot. I can't seem to get Chrome to refresh the<br>
stylesheets properly. Firefox seems to do a much better job. Is this<br>
just endemic to Chrome or is there some way (like a .htaccess<br>
setting) to facilitate refreshing?<br>
</blockquote>
<br></div>
You can put P2 into a developer-friendly "don't cache stuff" mode by sending an additional variable from your JavaScript embed code:<br>
fo.addVariable("nocache", "true");<br>
<br>
This will work if you're using an Apache server but may have unpredictable effects if you use anything else. (It does it by forcing everything to be a POST request rather than a GET, which means Flash won't cache the response.)<br>
<br>
cheers<br>
Richard<br>
<br>
_______________________________________________<br>
Potlatch-dev mailing list<br>
<a href="mailto:Potlatch-dev@openstreetmap.org" target="_blank">Potlatch-dev@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/potlatch-dev" target="_blank">http://lists.openstreetmap.org/listinfo/potlatch-dev</a><br>
</blockquote></div><br></div>