changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

AMD support #527

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Asynchronous Module Definition (AMD) API specifies a mechanism for defining 
modules such that the module and its dependencies can be asynchronously loaded. 
This is particularly well suited for the browser environment where synchronous 
loading of modules incurs performance, usability, debugging, and cross-domain 
access problems.

The purpose of this issue is to add AMD support to wro4j.

Useful links:

http://requirejs.org/docs/whyamd.html
https://github.com/amdjs/amdjs-api/wiki/AMD

Original issue reported on code.google.com by alex.obj...@gmail.com on 16 Aug 2012 at 5:12

GoogleCodeExporter commented 9 years ago
All discussions will continue on github issue page: 
https://github.com/alexo/wro4j/issues/60

Original comment by alex.obj...@gmail.com on 16 Aug 2012 at 5:13

GoogleCodeExporter commented 9 years ago
Issue 367 has been merged into this issue.

Original comment by alex.obj...@gmail.com on 16 Aug 2012 at 5:14