A base project to start a new AMD app.
This project includes r.js, the RequireJS AMD optimizer. This will compile your modules and dependencies into a single file for production. You will need Node.js installed to run the optimizer. To build the project, run
> node r.js -o build/main.build.js
Read more about customizing your build.
- RequireJS 2.0.2 - AMD loader (docs)
- jQuery 1.7.2 - venerable institution of DOM manipulation and AJAX stuff (docs)
- lodash 0.3.1 - functional goodness, underscore replacement (docs)
- AMD text plugin - load text as a dependency (docs)
- AMD template plugin - load and compile underscore microtemplates as a dependency (docs)