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 (20 loc) 534 B
<!DOCTYPE html> <html> <head> <title>require.js: paths Test</title> <script type="text/javascript"> requirejsArgs = { dojoLocation: '../../../../../..' }; </script> <script type="text/javascript" src="../requirejs-setup.js"></script> <script type="text/javascript" src="../../../../../../dojo.js"></script> <script type="text/javascript"> var globalCounter = 0; </script> </head> <body> <h1>require.js: paths Test</h1> <p>Check console for messages</p> </body> </html>