<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Creating a Rack Middleware for Minifying Your Javascript files</title>
	<atom:link href="http://decodeuri.com/2008/10/15/creating-a-rack-middleware-for-minifying-your-javascript-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://decodeuri.com/2008/10/15/creating-a-rack-middleware-for-minifying-your-javascript-files/</link>
	<description>blog of Luciano Germán Panaro</description>
	<lastBuildDate>Fri, 11 Jun 2010 20:43:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: luciano.panaro</title>
		<link>http://decodeuri.com/2008/10/15/creating-a-rack-middleware-for-minifying-your-javascript-files/#comment-13</link>
		<dc:creator>luciano.panaro</dc:creator>
		<pubDate>Wed, 17 Dec 2008 10:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=59#comment-13</guid>
		<description>Hey Jonathan,

Glad you liked it :). The idea was to show how simple is to create a piece of middleware. I follow the same approach you are, and I honestly wouldn&#039;t use this in production.

Anyways, you can check out http://github.com/rtomayko/rack-contrib/ where there are more interesting and useful pieces of middleware :)</description>
		<content:encoded><![CDATA[<p>Hey Jonathan,</p>
<p>Glad you liked it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . The idea was to show how simple is to create a piece of middleware. I follow the same approach you are, and I honestly wouldn&#8217;t use this in production.</p>
<p>Anyways, you can check out <a href="http://github.com/rtomayko/rack-contrib/" rel="nofollow">http://github.com/rtomayko/rack-contrib/</a> where there are more interesting and useful pieces of middleware <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Soeder</title>
		<link>http://decodeuri.com/2008/10/15/creating-a-rack-middleware-for-minifying-your-javascript-files/#comment-12</link>
		<dc:creator>Jonathan Soeder</dc:creator>
		<pubDate>Tue, 16 Dec 2008 23:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.decodeuri.com/?p=59#comment-12</guid>
		<description>Luciano,

Thanks for the idea.  I have been writing a web application using the ExtJS framework and what I do before deploying the application to production is combine all of my individual class files into a single file, then minify them, and in the production environment I just refer to the compressed file...

Are there any advantages to running the minification step at the request level?

In either case , you&#039;ve given me a bunch of ideas to try out Rack.  thanks</description>
		<content:encoded><![CDATA[<p>Luciano,</p>
<p>Thanks for the idea.  I have been writing a web application using the ExtJS framework and what I do before deploying the application to production is combine all of my individual class files into a single file, then minify them, and in the production environment I just refer to the compressed file&#8230;</p>
<p>Are there any advantages to running the minification step at the request level?</p>
<p>In either case , you&#8217;ve given me a bunch of ideas to try out Rack.  thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
