<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[Content with Style - Comments on JS and CSS minification with YUI]]></title>
    <link>http://www.contentwithstyle.co.uk/feeds/rss/comments/176</link>
    <description><![CDATA[]]></description>
    <pubDate>Fri, 12 Mar 2010 12:59:12 +0000</pubDate>
    <generator>Zend_Feed</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Content with Style - Comment #1 on JS and CSS minification with YUI]]></title>
      <link>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-3695</link>
      <guid>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-3695</guid>
      <description><![CDATA[Nice coverage of the topic. Here&#8217;s a little trick I just did to automate the concatenation of JavaScript files (can be applied to CSS files too) so that you don&#8217;t have to rewrite the build script every time you add a JavaScript file:<br />
<br />
find lib/jquery -type f -name &#8221;*.js&#8221; <br />
-exec cat {} + > jquery-bundle.js<br />
<br />
Once you&#8217;ve run that command you can then pass the concatenated file on to YUI Compressor.]]></description>
      <content:encoded><![CDATA[Nice coverage of the topic. Here&#8217;s a little trick I just did to automate the concatenation of JavaScript files (can be applied to CSS files too) so that you don&#8217;t have to rewrite the build script every time you add a JavaScript file:<br />
<br />
find lib/jquery -type f -name &#8221;*.js&#8221; <br />
-exec cat {} + > jquery-bundle.js<br />
<br />
Once you&#8217;ve run that command you can then pass the concatenated file on to YUI Compressor.]]></content:encoded>
      <pubDate>Sun, 10 Aug 2008 10:47:38 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #2 on JS and CSS minification with YUI]]></title>
      <link>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-3742</link>
      <guid>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-3742</guid>
      <description><![CDATA[I managed to port the shell script over to a .bat file, btw, using the <a href="http://gnuwin32.sourceforge.net/packages/coreutils.htm">GNU util for Windows</a>]]></description>
      <content:encoded><![CDATA[I managed to port the shell script over to a .bat file, btw, using the <a href="http://gnuwin32.sourceforge.net/packages/coreutils.htm">GNU util for Windows</a>]]></content:encoded>
      <pubDate>Fri, 22 Aug 2008 08:50:26 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #3 on JS and CSS minification with YUI]]></title>
      <link>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-3750</link>
      <guid>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-3750</guid>
      <description><![CDATA[Another approach is to use my <a href="http://farhadi.ir/works/smartoptimizer">SmartOptimizer</a>]]></description>
      <content:encoded><![CDATA[Another approach is to use my <a href="http://farhadi.ir/works/smartoptimizer">SmartOptimizer</a>]]></content:encoded>
      <pubDate>Tue, 26 Aug 2008 00:12:20 +0000</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style - Comment #4 on JS and CSS minification with YUI]]></title>
      <link>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-7523</link>
      <guid>http://www.contentwithstyle.co.uk/content/js-and-css-minification-with-yui/#comment-7523</guid>
      <description><![CDATA[Would be nice if YUI concatinated the css files by @import.

]]></description>
      <content:encoded><![CDATA[Would be nice if YUI concatinated the css files by @import.

]]></content:encoded>
      <pubDate>Thu, 26 Nov 2009 02:28:18 +0000</pubDate>
    </item>
  </channel>
</rss>
