Javascript
What
RequireJS is a JavaScript library that helps in lazily loading JavaScript dependencies. Modules are just JavaScript files with some RequireJS syntactic sugar in them. RequireJS implements Asynynchronous Modules specified by CommonJS. RequireJS offers simple APIs to create and refer to modules.
Why
Todo
- Example file
- Install 3rd party libs with bower (--save-dev)
- Example Shim settings
- JQuery plugin template
- JSHint
- Code conventions http://javascript.crockford.com/code.html
- Mention gulp script task