<?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: Using YUI compressor in a web project</title>
	<atom:link href="http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 03:16:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marchelle Grindell</title>
		<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/#comment-307392</link>
		<dc:creator>Marchelle Grindell</dc:creator>
		<pubDate>Sun, 04 Dec 2011 11:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=2692#comment-307392</guid>
		<description>Thanks for the info and taking the time to write this. There was an article on wordpress&#039; website that was of no help whatsoever.</description>
		<content:encoded><![CDATA[<p>Thanks for the info and taking the time to write this. There was an article on wordpress&#8217; website that was of no help whatsoever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/#comment-301404</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 21 Nov 2011 02:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=2692#comment-301404</guid>
		<description>I&#039;m no longer using Ant as a build tool, but I&#039;m doing basically the same thing w/ Maven using the latest version. It does work just fine with JQuery, tol.</description>
		<content:encoded><![CDATA[<p>I&#8217;m no longer using Ant as a build tool, but I&#8217;m doing basically the same thing w/ Maven using the latest version. It does work just fine with JQuery, tol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson</title>
		<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/#comment-300506</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Sat, 19 Nov 2011 04:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=2692#comment-300506</guid>
		<description>Which version of YUI Compressor are you using? Does it work properly with jquery libraries?

Nice post</description>
		<content:encoded><![CDATA[<p>Which version of YUI Compressor are you using? Does it work properly with jquery libraries?</p>
<p>Nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/#comment-214258</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 03 Feb 2011 19:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=2692#comment-214258</guid>
		<description>@Ben - Nice article. It was helpful in incorporating YUI-compressor into my build tasks. Doing it manually from the command line was a pain.

@Armindo,

Your solution is inadequate. Javascript relies on a hierarchical structure where the order of execution is important. Your approach of using a wildcard to include the javascript files ignores the significance of execution order. In all but the most simplest of cases, your script will fail.  I&#039;m guessing that you overlooked this issue in your eagerness to try and hijack someone else&#039;s blog.</description>
		<content:encoded><![CDATA[<p>@Ben &#8211; Nice article. It was helpful in incorporating YUI-compressor into my build tasks. Doing it manually from the command line was a pain.</p>
<p>@Armindo,</p>
<p>Your solution is inadequate. Javascript relies on a hierarchical structure where the order of execution is important. Your approach of using a wildcard to include the javascript files ignores the significance of execution order. In all but the most simplest of cases, your script will fail.  I&#8217;m guessing that you overlooked this issue in your eagerness to try and hijack someone else&#8217;s blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armindo Cachada</title>
		<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/#comment-177675</link>
		<dc:creator>Armindo Cachada</dc:creator>
		<pubDate>Mon, 15 Jun 2009 09:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=2692#comment-177675</guid>
		<description>In my blog you can find an example on how to use YUI compressor in an ant task. This code also has a nice feature that concatenates css and js files without hardcoding them into the build.xml file, using a custom ant task.

You can find more information at:

http://simplyolaf.blogspot.com/2009/06/minifying-css-and-js-with-yahoo.html

and 

http://simplyolaf.blogspot.com/2009/06/minimizing-number-of-http-requests-by.html</description>
		<content:encoded><![CDATA[<p>In my blog you can find an example on how to use YUI compressor in an ant task. This code also has a nice feature that concatenates css and js files without hardcoding them into the build.xml file, using a custom ant task.</p>
<p>You can find more information at:</p>
<p><a href="http://simplyolaf.blogspot.com/2009/06/minifying-css-and-js-with-yahoo.html" rel="nofollow">http://simplyolaf.blogspot.com/2009/06/minifying-css-and-js-with-yahoo.html</a></p>
<p>and </p>
<p><a href="http://simplyolaf.blogspot.com/2009/06/minimizing-number-of-http-requests-by.html" rel="nofollow">http://simplyolaf.blogspot.com/2009/06/minimizing-number-of-http-requests-by.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/#comment-176351</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 13 May 2009 20:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=2692#comment-176351</guid>
		<description>You&#039;ll have to be a little clearer with your site layout.  And can you post your build file on PasteBin or something?</description>
		<content:encoded><![CDATA[<p>You&#8217;ll have to be a little clearer with your site layout.  And can you post your build file on PasteBin or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://heliologue.com/2008/09/22/using-yui-compressor-in-a-web-project/#comment-176348</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Wed, 13 May 2009 20:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://heliologue.com/?p=2692#comment-176348</guid>
		<description>I can not get this code to work for me.  I have the following set up:
mySite
+-- Build
   +-- css
   +-- js
   +-- pages
+-- Website
   +-- css
   +-- js
   +-- pages
  Cots

I am trying to take my js files from under &#039;Website&#039; and minify and compress them into the &#039;Build/js&#039; drirectory... however I keep getting &#039;No files found&#039; echo prints.</description>
		<content:encoded><![CDATA[<p>I can not get this code to work for me.  I have the following set up:<br />
mySite<br />
+&#8211; Build<br />
   +&#8211; css<br />
   +&#8211; js<br />
   +&#8211; pages<br />
+&#8211; Website<br />
   +&#8211; css<br />
   +&#8211; js<br />
   +&#8211; pages<br />
  Cots</p>
<p>I am trying to take my js files from under &#8216;Website&#8217; and minify and compress them into the &#8216;Build/js&#8217; drirectory&#8230; however I keep getting &#8216;No files found&#8217; echo prints.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

