aboutsummaryrefslogtreecommitdiff
path: root/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html
index a43262e..bf41f3f 100644
--- a/app/index.html
+++ b/app/index.html
@@ -12,11 +12,14 @@
<body>
<app>Loading...</app>
-
<!-- shims:js -->
<!-- endinject -->
- <script>System.config(<%= JSON.stringify(SYSTEM_CONFIG) %>)</script>
+ <script>
+ System.config(<%= JSON.stringify(SYSTEM_CONFIG) %>)
+ // window.define = System.amdDefine;
+ // window.require = window.requirejs = System.amdRequire;
+ </script>
<!-- libs:js -->
<!-- endinject -->