UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

22 lines (19 loc) 577 B
<!DOCTYPE html> <html> <head> <title>require.js: urlFetch Mapping Test</title> <script type="text/javascript"> var requirejsArgs = { dojoLocation: '../../../../../..' }; </script> <script type="text/javascript" src="../requirejs-setup.js"></script> <script type="text/javascript" src="../../../../../../dojo.js"></script> </head> <body> <h1>require.js: urlFetch Mapping Test</h1> <p>Make sure that multiple modules mapped to the same URL only get the URL fetched once.</p> <p>Check console for messages</p> </body> </html>