UNPKG

requirejs-dustjs

Version:

A requirejs plugin for loading and compiling dustjs templates.

19 lines (18 loc) 764 B
<!DOCTYPE html> <html> <head> <title>require.js: Plugin Map Same Name Test</title> <script type="text/javascript" src="../../../require.js"></script> <script type="text/javascript" src="../../doh/runner.js"></script> <script type="text/javascript" src="../../doh/_browserRunner.js"></script> <script type="text/javascript" src="pluginMapSameName-tests.js"></script> </head> <body> <h1>require.js: Plugin Map Same Name Test</h1> <p>Test using the map config with plugins. but include a map value that contains the original name of the plugin, to confirm the map translation is only done once: <a href="https://github.com/jrburke/requirejs/issues/484">484</a></p> <p>Check console for messages</p> </body> </html>