<?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: YUI Compressor for NAnt</title>
	<atom:link href="http://aleembawany.com/2009/04/08/yui-compressor/feed/" rel="self" type="application/rss+xml" />
	<link>http://aleembawany.com/2009/04/08/yui-compressor/</link>
	<description>tech, web and the rest</description>
	<lastBuildDate>Thu, 22 Jul 2010 10:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Pure Krome</title>
		<link>http://aleembawany.com/2009/04/08/yui-compressor/comment-page-1/#comment-29935</link>
		<dc:creator>Pure Krome</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=654#comment-29935</guid>
		<description>&lt;p&gt;I know this is an old thread, but there&#039;s been a .NET port of YUI Compressor for a while :- http://www.codeplex.com/YUICompressor&lt;/p&gt;

&lt;p&gt;maybe the DLL and/or MSBuild Task that comes with that, u might find useful?&lt;/p&gt;

&lt;p&gt;GL :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I know this is an old thread, but there&#8217;s been a .NET port of YUI Compressor for a while :- <a href="http://www.codeplex.com/YUICompressor" rel="nofollow">http://www.codeplex.com/YUICompressor</a></p>
<p>maybe the DLL and/or MSBuild Task that comes with that, u might find useful?</p>
<p>GL :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wolfe</title>
		<link>http://aleembawany.com/2009/04/08/yui-compressor/comment-page-1/#comment-29140</link>
		<dc:creator>Matt Wolfe</dc:creator>
		<pubDate>Wed, 30 Sep 2009 20:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=654#comment-29140</guid>
		<description>&lt;p&gt;I recently wrote a blog about how to do this without any custom tasks. I uses Nants contrib &lt;concat&gt; task to concat all of the files i wanted compressed into a single file, and an exec call to the yui-compressor jar file to compress the resulting file, which acheived the same result as this task (but not as pretty). However,  I found one issue though which pertains to concatenating the files. When using the concat tasks, the files in the fileset are not concatenated in order, which could cause problems for some of my scripts (I suppose I could have removed those from the fileset and just included in the page as normal).
I checked the code for the concat task and it wasn&#039;t doing anything special with the fileset, just iterating over it just as the yuicompressor task does, which leads me to believe it will have the same problem. I solved the problem by using the asis attribute for each &lt;include&gt; file in the fileset. 
See my blog here: http://wolfewebservices.com/blog/using-nant-yahoo-yui-javascript-compressor for more info&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I recently wrote a blog about how to do this without any custom tasks. I uses Nants contrib &lt;concat&gt; task to concat all of the files i wanted compressed into a single file, and an exec call to the yui-compressor jar file to compress the resulting file, which acheived the same result as this task (but not as pretty). However,  I found one issue though which pertains to concatenating the files. When using the concat tasks, the files in the fileset are not concatenated in order, which could cause problems for some of my scripts (I suppose I could have removed those from the fileset and just included in the page as normal).<br />
I checked the code for the concat task and it wasn&#8217;t doing anything special with the fileset, just iterating over it just as the yuicompressor task does, which leads me to believe it will have the same problem. I solved the problem by using the asis attribute for each &lt;include&gt; file in the fileset.<br />
See my blog here: <a href="http://wolfewebservices.com/blog/using-nant-yahoo-yui-javascript-compressor" rel="nofollow">http://wolfewebservices.com/blog/using-nant-yahoo-yui-javascript-compressor</a> for more info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleem</title>
		<link>http://aleembawany.com/2009/04/08/yui-compressor/comment-page-1/#comment-27794</link>
		<dc:creator>Aleem</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=654#comment-27794</guid>
		<description>&lt;p&gt;Certainly going to consider it, I have seen it come up in a few places with good reviews. But CI is a distant thought for now. I have enough shiny new toys to keep me busy for some time!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Certainly going to consider it, I have seen it come up in a few places with good reviews. But CI is a distant thought for now. I have enough shiny new toys to keep me busy for some time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shey</title>
		<link>http://aleembawany.com/2009/04/08/yui-compressor/comment-page-1/#comment-27793</link>
		<dc:creator>Shey</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=654#comment-27793</guid>
		<description>&lt;p&gt;eww, don&#039;t punish yourself, at least take a look at hudson: http://stackoverflow.com/questions/582687/ci-hudson-with-net-vs-cruisecontrol-net&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>eww, don&#8217;t punish yourself, at least take a look at hudson: <a href="http://stackoverflow.com/questions/582687/ci-hudson-with-net-vs-cruisecontrol-net" rel="nofollow">http://stackoverflow.com/questions/582687/ci-hudson-with-net-vs-cruisecontrol-net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleem</title>
		<link>http://aleembawany.com/2009/04/08/yui-compressor/comment-page-1/#comment-27792</link>
		<dc:creator>Aleem</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=654#comment-27792</guid>
		<description>&lt;p&gt;I considered only MSBuild and NAnt for my purposes. Even though I&#039;ve had rails envy lately, Ruby and Python are both a little out of reach due to the learning curve plus it would unnecessarily complicate my build files beyond the current XML. Beyond minifying and coalescing some files, I don&#039;t need much else for now. Maybe Cruise Control a few months down which should integrate nicely with NAnt. Also, writing extensions for NAnt is really easy.&lt;/p&gt;

&lt;p&gt;Everything else is in good old batch files =)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I considered only MSBuild and NAnt for my purposes. Even though I&#8217;ve had rails envy lately, Ruby and Python are both a little out of reach due to the learning curve plus it would unnecessarily complicate my build files beyond the current XML. Beyond minifying and coalescing some files, I don&#8217;t need much else for now. Maybe Cruise Control a few months down which should integrate nicely with NAnt. Also, writing extensions for NAnt is really easy.</p>
<p>Everything else is in good old batch files =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shey</title>
		<link>http://aleembawany.com/2009/04/08/yui-compressor/comment-page-1/#comment-27791</link>
		<dc:creator>Shey</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://aleembawany.com/?p=654#comment-27791</guid>
		<description>&lt;p&gt;Save yourself the headache and drop NAnt for Rake or psake.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Save yourself the headache and drop NAnt for Rake or psake.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->