<?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: Minimizing css files</title>
	<atom:link href="http://flanders.co.nz/2007/07/04/minimizing-css-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://flanders.co.nz/2007/07/04/minimizing-css-files/</link>
	<description>thoughts.each { &#38;:propagandise }</description>
	<lastBuildDate>Sun, 08 Jan 2012 14:53:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ivan Porto Carrero</title>
		<link>http://flanders.co.nz/2007/07/04/minimizing-css-files/comment-page-1/#comment-5</link>
		<dc:creator>Ivan Porto Carrero</dc:creator>
		<pubDate>Wed, 04 Jul 2007 11:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.koolkraft.net/2007/07/04/minimizing-css-files/#comment-5</guid>
		<description>I agree that there is more that can be done.  &lt;br /&gt;I chose for this approach of doing it at runtime with caching because it allows for the css person to create separate files keeping his stuff organized without having too much of a deployment hassle.&lt;br /&gt;I try to maintain xcopy deployment which means that I don&#039;t want any extra steps except just copying the files to the webserver and probably changing the connection string and application runtime mode.&lt;br /&gt;If I would have to start scripting a complete deployment script that&#039;s when deployment has the potential to evolve into a nightmare.&lt;br /&gt;Look at ruby deployment which is easily qualified as a less than optimal experience.&lt;br /&gt;One of the strong points of .net is that there is a web.config file in which you can quickly change the behaviour of your application.&lt;br /&gt;I could for example add a config property that disables the minifying if some errors occur.&lt;br /&gt;&lt;br /&gt;That&#039;s mostly why I chose for an @ run-time version.</description>
		<content:encoded><![CDATA[<p>I agree that there is more that can be done.  <br />I chose for this approach of doing it at runtime with caching because it allows for the css person to create separate files keeping his stuff organized without having too much of a deployment hassle.<br />I try to maintain xcopy deployment which means that I don&#8217;t want any extra steps except just copying the files to the webserver and probably changing the connection string and application runtime mode.<br />If I would have to start scripting a complete deployment script that&#8217;s when deployment has the potential to evolve into a nightmare.<br />Look at ruby deployment which is easily qualified as a less than optimal experience.<br />One of the strong points of .net is that there is a web.config file in which you can quickly change the behaviour of your application.<br />I could for example add a config property that disables the minifying if some errors occur.</p>
<p>That&#8217;s mostly why I chose for an @ run-time version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://flanders.co.nz/2007/07/04/minimizing-css-files/comment-page-1/#comment-4</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 04 Jul 2007 10:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.koolkraft.net/2007/07/04/minimizing-css-files/#comment-4</guid>
		<description>Nice.&lt;br /&gt;&lt;br /&gt;I&#039;d prefer processing it when I deploy, rather an at request time (even if it is cached).&lt;br /&gt;This would give you greater control over the delivered control, as you can test locally far easier.&lt;br /&gt;&lt;br /&gt;What I really want to do sometime (if I ever have a free weekend) is write something that will refactor the rules - so join disparate styles, sort the properties (color, background, font, ..etc), and minimise (probably onto one line rules for deployments sake - but no more, gzip will can do that while keeping the code readable)</description>
		<content:encoded><![CDATA[<p>Nice.</p>
<p>I&#8217;d prefer processing it when I deploy, rather an at request time (even if it is cached).<br />This would give you greater control over the delivered control, as you can test locally far easier.</p>
<p>What I really want to do sometime (if I ever have a free weekend) is write something that will refactor the rules &#8211; so join disparate styles, sort the properties (color, background, font, ..etc), and minimise (probably onto one line rules for deployments sake &#8211; but no more, gzip will can do that while keeping the code readable)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

