<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>freestyle developments &#187; RequireJS</title>
	<atom:link href="http://freestyle-developments.co.uk/blog/?feed=rss2&#038;tag=requirejs" rel="self" type="application/rss+xml" />
	<link>http://freestyle-developments.co.uk/blog</link>
	<description>Fun, games and coding</description>
	<lastBuildDate>Sun, 16 Jun 2013 07:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Using RequireJS exports with CoffeeScript</title>
		<link>http://freestyle-developments.co.uk/blog/?p=439</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=439#comments</comments>
		<pubDate>Mon, 29 Oct 2012 09:13:48 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CoffeeScript]]></category>
		<category><![CDATA[RequireJS]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=439</guid>
		<description><![CDATA[If you are using the &#8220;exports&#8221; object in your RequireJS module definition and happen to also be using CoffeeScript then be careful to either return the exports object at the end of the function or explicitly return nothing from the &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=439">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=439</wfw:commentRss>
		<slash:comments>13696</slash:comments>
		</item>
		<item>
		<title>jQuery CDN as A Named Module In RequireJS</title>
		<link>http://freestyle-developments.co.uk/blog/?p=431</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=431#comments</comments>
		<pubDate>Sun, 07 Oct 2012 08:59:28 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[RequireJS]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=431</guid>
		<description><![CDATA[If you want RequireJS to fetch jQuery from a CDN, you&#8217;ll need to tell it to do so using the &#8220;paths&#8221; config: require.config({ paths: { "jquery": "https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" } }); As I understand it, if you want to use the local &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=431">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=431</wfw:commentRss>
		<slash:comments>22429</slash:comments>
		</item>
	</channel>
</rss>
