originalgremlin / kinu-web-development

Kinu Tanzania: Intro to Web Development
kinu.co.tz
2 stars 3 forks source link

write a require.js main script #9

Open originalgremlin opened 11 years ago

originalgremlin commented 11 years ago

RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.

http://requirejs.org/ http://requirejs.org/docs/whyamd.html