Updated
This commit is contained in:
11
master/examples/package.html
Normal file
11
master/examples/package.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="../../../dojo.js" djConfig='async:1'></script>
|
||||
<script type="text/javascript">
|
||||
require({"packages":[{"name":"pkg","location":"/pkg", "lib":"lib", "main":"./lib/main"}]});
|
||||
require(["pkg"]);
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user