This just has three small bug fixes in it (one in require.js, two in r.js). It was prompted by the release of jQuery 1.7 and wanting to make sure people could use the "namespace" optimizer option with it, now that jQuery 1.7 registers as an AMD module.
The bug fixes were related to:
- allowing full URLs for simplified CommonJS wrapped modules
- AST parsing of dependencies for modules that use a variable for the factory function
- catching more cases that should have the "namespace" optimizer option applied
Detailed list of changes for require.js and the r.js optimizer:
1 comment:
Any chance someone could help answering this stackoverflow question:
http://stackoverflow.com/questions/8070959/how-can-use-jquery-in-requirejs-sourced-from-a-cdn
Post a Comment