<?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: The Buffet Framework &#8211; Adding Minify</title>
	<atom:link href="http://www.zy.sg/05/the-buffet-framework-adding-minify/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zy.sg/05/the-buffet-framework-adding-minify/</link>
	<description>Personal Website of Melvin Lee (zy)</description>
	<lastBuildDate>Wed, 14 Apr 2010 07:00:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank Anthony</title>
		<link>http://www.zy.sg/05/the-buffet-framework-adding-minify/#comment-2304</link>
		<dc:creator>Frank Anthony</dc:creator>
		<pubDate>Sat, 19 Dec 2009 20:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.zy.sg/the-buffet-framework-adding-minify/#comment-2304</guid>
		<description>You do not appear to be actively maintaining your blog anymore.  Is it safe to assume you are no longer &quot;actively developing the framework&quot;?</description>
		<content:encoded><![CDATA[<p>You do not appear to be actively maintaining your blog anymore.  Is it safe to assume you are no longer &#8220;actively developing the framework&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zy</title>
		<link>http://www.zy.sg/05/the-buffet-framework-adding-minify/#comment-1031</link>
		<dc:creator>zy</dc:creator>
		<pubDate>Fri, 15 May 2009 15:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zy.sg/the-buffet-framework-adding-minify/#comment-1031</guid>
		<description>wp_enqueue_style() only works in the admin panel. In fact, BackPress in WordPress 2.8 will have built-in minifying and caching features. So the plugin might only be of use in the frontend (for those using wp_enqueue_script).

What I have done for the framework is by using wp_enqueue_script and the framework stylesheet function, it will determine where the minify installation path is (developers might want to customize the config.php in minify itself, that&#039;s why it is not included in the framework) and whether the theme user want is enabled before proceeding with the minify process.</description>
		<content:encoded><![CDATA[<p>wp_enqueue_style() only works in the admin panel. In fact, BackPress in WordPress 2.8 will have built-in minifying and caching features. So the plugin might only be of use in the frontend (for those using wp_enqueue_script).</p>
<p>What I have done for the framework is by using wp_enqueue_script and the framework stylesheet function, it will determine where the minify installation path is (developers might want to customize the config.php in minify itself, that&#8217;s why it is not included in the framework) and whether the theme user want is enabled before proceeding with the minify process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Clay</title>
		<link>http://www.zy.sg/05/the-buffet-framework-adding-minify/#comment-1030</link>
		<dc:creator>Steve Clay</dc:creator>
		<pubDate>Fri, 15 May 2009 14:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zy.sg/the-buffet-framework-adding-minify/#comment-1030</guid>
		<description>According to &lt;a href=&quot;http://omninoggin.com/wordpress-posts/tutorial-get-wp-minify-to-process-your-js-and-css-files/&quot;&gt;this&lt;/a&gt;, WP Minify only sees scripts and styles enqueued via wp_enqueue_script() and wp_enqueue_style(), but it also has an options page to manually add CSS/JS files to these queues. I&#039;d guess you&#039;d need to remove/comment out the CSS link/@import in your theme and add the stylesheet in the WP Minify options.</description>
		<content:encoded><![CDATA[<p>According to <a href="http://omninoggin.com/wordpress-posts/tutorial-get-wp-minify-to-process-your-js-and-css-files/">this</a>, WP Minify only sees scripts and styles enqueued via wp_enqueue_script() and wp_enqueue_style(), but it also has an options page to manually add CSS/JS files to these queues. I&#8217;d guess you&#8217;d need to remove/comment out the CSS link/@import in your theme and add the stylesheet in the WP Minify options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zy</title>
		<link>http://www.zy.sg/05/the-buffet-framework-adding-minify/#comment-1027</link>
		<dc:creator>zy</dc:creator>
		<pubDate>Fri, 15 May 2009 03:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.zy.sg/the-buffet-framework-adding-minify/#comment-1027</guid>
		<description>If I&#039;m not wrong WP Minify does not minify the CSS frontend. Theme developers would normally include their stylesheets using the &lt;code&gt;link&lt;/code&gt; HTML tag or &lt;code&gt;@import&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>If I&#8217;m not wrong WP Minify does not minify the CSS frontend. Theme developers would normally include their stylesheets using the <code>link</code> HTML tag or <code>@import</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Clay</title>
		<link>http://www.zy.sg/05/the-buffet-framework-adding-minify/#comment-1019</link>
		<dc:creator>Steve Clay</dc:creator>
		<pubDate>Thu, 14 May 2009 21:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zy.sg/the-buffet-framework-adding-minify/#comment-1019</guid>
		<description>You might check out &lt;a href=&quot;http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/&quot;&gt;WP Minify&lt;/a&gt;, but I encourage you to try your own hand at it as well; competition is good. Hit up the &lt;a href=&quot;http://groups.google.com/group/minify&quot;&gt;Minify group&lt;/a&gt; if you have any questions.</description>
		<content:encoded><![CDATA[<p>You might check out <a href="http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/">WP Minify</a>, but I encourage you to try your own hand at it as well; competition is good. Hit up the <a href="http://groups.google.com/group/minify">Minify group</a> if you have any questions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
