<?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: Video: Basics of Require JS	</title>
	<atom:link href="https://jessewarden.com/2012/11/video-basics-of-require-js.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2012/11/video-basics-of-require-js.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 28 Nov 2012 00:38:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2012/11/video-basics-of-require-js.html/comment-page-1#comment-245050</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 28 Nov 2012 00:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=3487#comment-245050</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://jessewarden.com/2012/11/video-basics-of-require-js.html/comment-page-1#comment-245049&quot;&gt;Denzo&lt;/a&gt;.

Correct. In a future video I&#039;ll go over r.js, part of Require. It handles compiling down all your files into 1 file as well as optionally uglifying (uglify.js == compression, slight optimizations) them as well so you have 1 server request vs. 1,000&#039;s. You should only do this for production deployments as debugging even single files is a royal pain.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://jessewarden.com/2012/11/video-basics-of-require-js.html/comment-page-1#comment-245049">Denzo</a>.</p>
<p>Correct. In a future video I&#8217;ll go over r.js, part of Require. It handles compiling down all your files into 1 file as well as optionally uglifying (uglify.js == compression, slight optimizations) them as well so you have 1 server request vs. 1,000&#8217;s. You should only do this for production deployments as debugging even single files is a royal pain.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Denzo		</title>
		<link>https://jessewarden.com/2012/11/video-basics-of-require-js.html/comment-page-1#comment-245049</link>

		<dc:creator><![CDATA[Denzo]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 23:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=3487#comment-245049</guid>

					<description><![CDATA[Great overview!

I&#039;ve got a question though. As I understand all the files will be loaded at runtime when needed. Does that mean that a larger app could have too many server requests?]]></description>
			<content:encoded><![CDATA[<p>Great overview!</p>
<p>I&#8217;ve got a question though. As I understand all the files will be loaded at runtime when needed. Does that mean that a larger app could have too many server requests?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John C. Bland II		</title>
		<link>https://jessewarden.com/2012/11/video-basics-of-require-js.html/comment-page-1#comment-245042</link>

		<dc:creator><![CDATA[John C. Bland II]]></dc:creator>
		<pubDate>Mon, 26 Nov 2012 21:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=3487#comment-245042</guid>

					<description><![CDATA[We use it heavily as well and it is definitely a gem.

Great job w/ the preso.]]></description>
			<content:encoded><![CDATA[<p>We use it heavily as well and it is definitely a gem.</p>
<p>Great job w/ the preso.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
