Oliver
Member since Nov 17, 2011
- Profile: /members/9257-oliver.htm
- Comments: 4
Recent Blog Comments By Oliver
-
My First Look At The RequireJS Build Optimizer For Node.js
Posted on Nov 18, 2011 at 4:31 AM
@Ben: Yes, require.js worked like a charm right away. Thanks James :) Curl was also pretty easy to integrate (one difference is that the method is called "curl" instead" of "require"). Keep us posted on your findings :)... read more »
-
Using jQuery As A Named Module In RequireJS
Posted on Nov 17, 2011 at 6:04 PM
@Ben: Yeah, it won't get boring any time soon ;) @James: Thanks for the link to the boilerplate! Didn't work for the two plugins I'm using right away, but I'll take a closer look later.... read more »
-
My First Look At The RequireJS Build Optimizer For Node.js
Posted on Nov 17, 2011 at 1:39 PM
Wow, that was quick follow-up article, Ben :) I didn't have a lot of code, so I put everything in one file right away and used curl ( https://github.com/unscriptable/curl ) instead of require.js, because it is lighter, as it provides less functionality. There are also two mini-require implementat... read more »
-
Using jQuery As A Named Module In RequireJS
Posted on Nov 17, 2011 at 11:07 AM
Hey Ben, there's nothing wrong with explaining something in detail :) I just starting using AMD modules, incl. jQuery 1.7, on a site. Since I had written the original code using the module pattern, it was actually kinda easy to make the switch. The thing I'm still not sure about is how to handle t... read more »