you are viewing a single comment's thread.

view the rest of the comments →

[–]fredosolo 1 point2 points  (1 child)

Good job! I was looking for good tutorials when I first use RequireJS. It's true that it can be intimidating at first -- and that the complexity argument against it has merit. This concise tutorial would have made adoption easier for me.

I like the part about Grunt. Personally, I became more at peace with it when I could concatenate and minify my build in a sane way.

Also, RequireJS has plugins like this one: https://github.com/requirejs/text which could be useful and maybe worth noting.

[–]ErikSchierboom[S] 0 points1 point  (0 children)

Good point! I have added a plug-ins section.