[Framework] Begin work on main point-of-entry
Add main point-of-entry script for framework layer; performs only minimal tasks of loading framework dependencies and demonstrating that bundle list can be loaded using these. WTD-518.
This commit is contained in:
13
index.html
13
index.html
@@ -4,21 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<title></title>
|
||||
<script type="text/javascript"
|
||||
src="platform/framework/lib/require.js">
|
||||
src="platform/framework/lib/require.js"
|
||||
data-main="platform/framework/src/Main.js">
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- This is a placeholder for validating initial project structure -->
|
||||
<script type="text/javascript">
|
||||
require(
|
||||
["platform/framework/src/Temporary"],
|
||||
function (Temporary) {
|
||||
"use strict";
|
||||
document.writeln(new Temporary().someMethod());
|
||||
}
|
||||
);
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user