<?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"
	>
<channel>
	<title>Comments on: Rails Asset Cache</title>
	<atom:link href="http://derekdevries.com/2007/12/13/rails-asset-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://derekdevries.com/2007/12/13/rails-asset-cache/</link>
	<description></description>
	<pubDate>Thu, 21 Aug 2008 17:17:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: ron</title>
		<link>http://derekdevries.com/2007/12/13/rails-asset-cache/#comment-45</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Tue, 24 Jun 2008 09:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=10#comment-45</guid>
		<description>what happen when i change my js, how do i make sure the user's browser load the new version? do i need to change the name of the cached file?

does't this method adds a timestamp in the file's name?</description>
		<content:encoded><![CDATA[<p>what happen when i change my js, how do i make sure the user&#8217;s browser load the new version? do i need to change the name of the cached file?</p>
<p>does&#8217;t this method adds a timestamp in the file&#8217;s name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://derekdevries.com/2007/12/13/rails-asset-cache/#comment-27</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Mon, 02 Jun 2008 20:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=10#comment-27</guid>
		<description>Akhil: It should bundle the js in the order they are specified

roger: It does not minify the results. I mention in an update to my minifying javscript article that: 

"Prototype doesn’t actively support a specific packing strategy for various reasons, and patches submitted for making the code pass something like JSLint are likely to be ignored. Reasons for this, and some other strategies on reducing filesize of the library are discussed in &lt;a href="http://andrewdupont.net/2007/02/26/packing-prototype/" rel="nofollow"&gt;Packing Prototype&lt;/a&gt;."

Based on this, i would recommend against minifying your javascript and instead using something such as gzip compression.</description>
		<content:encoded><![CDATA[<p>Akhil: It should bundle the js in the order they are specified</p>
<p>roger: It does not minify the results. I mention in an update to my minifying javscript article that: </p>
<p>&#8220;Prototype doesn’t actively support a specific packing strategy for various reasons, and patches submitted for making the code pass something like JSLint are likely to be ignored. Reasons for this, and some other strategies on reducing filesize of the library are discussed in <a href="http://andrewdupont.net/2007/02/26/packing-prototype/" rel="nofollow">Packing Prototype</a>.&#8221;</p>
<p>Based on this, i would recommend against minifying your javascript and instead using something such as gzip compression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://derekdevries.com/2007/12/13/rails-asset-cache/#comment-26</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=10#comment-26</guid>
		<description>does this do minifying, as well?</description>
		<content:encoded><![CDATA[<p>does this do minifying, as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://derekdevries.com/2007/12/13/rails-asset-cache/#comment-24</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Fri, 16 May 2008 06:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://derekdevries.com/?p=10#comment-24</guid>
		<description>Just wondering if it bundle all JS into one in same order as they specified.</description>
		<content:encoded><![CDATA[<p>Just wondering if it bundle all JS into one in same order as they specified.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
