<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS auto reload with Django templates</title>
	<atom:link href="http://www.wkoorts.com/wkblog/2009/07/12/css-auto-reload-with-django-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wkoorts.com/wkblog/2009/07/12/css-auto-reload-with-django-templates/</link>
	<description>Software Developer &#38; IT Generalist</description>
	<lastBuildDate>Sun, 05 May 2013 18:59:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Joe Block</title>
		<link>http://www.wkoorts.com/wkblog/2009/07/12/css-auto-reload-with-django-templates/#comment-4202</link>
		<dc:creator>Joe Block</dc:creator>
		<pubDate>Sun, 12 Jul 2009 17:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wkoorts.com/wkblog/?p=133#comment-4202</guid>
		<description><![CDATA[You could also use os.stat to get the last modification date of the css file, then use that as the parameter. That way you&#039;ll only trigger a forced reload when the file is actually changed, and save some bandwidth.

You might want to cache the os.stat info and only check the file every X minutes to keep from doing a disk io every time the css file is referenced.]]></description>
		<content:encoded><![CDATA[<p>You could also use os.stat to get the last modification date of the css file, then use that as the parameter. That way you&#8217;ll only trigger a forced reload when the file is actually changed, and save some bandwidth.</p>
<p>You might want to cache the os.stat info and only check the file every X minutes to keep from doing a disk io every time the css file is referenced.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
