30 | | * http://headjs.com/ |
31 | | * http://labjs.com |
32 | | * http://requirejs.org |
| 30 | * We currently use [http://yepnopejs.com yepnope.js] in the Map, but we should investigate using it more widely |
| 31 | * Google JS is excluded as they use document.write |
| 32 | * Can be extended to work with Modernizr |
| 33 | * Author doesn't recommend using this for complicated sites! (instead suggests RequireJS) |
| 34 | * Alternatives: |
| 35 | * [http://headjs.com HeadJS] - includes CSS polyfills for older browsers, includes a head.ready(), has scope issues |
| 36 | * [http://labjs.com LabJS] - supposed to be the fastest, has scope issues |
| 37 | * [http://requirejs.org RequireJS] - more complex setup, order! is a plugin, has scope issues |