uki
uki copied to clipboard
Use the AMD format instead of home-grown loader
IMHO the AMD format is better suited for client-side module handling than the CommonJS require() format, so this might be worth a consideration: https://github.com/amdjs/amdjs-api/wiki/AMD It is implemented by different loaders, including RequireJS