diff --git a/index.html b/index.html
index e5145d5c5e..e16b096abb 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,11 @@
diff --git a/main.js b/main.js
index 33e45c0125..f3d0fb07cf 100644
--- a/main.js
+++ b/main.js
@@ -89,11 +89,7 @@ define([
'./platform/entanglement/bundle',
'./platform/search/bundle',
'./platform/status/bundle',
- './platform/commonUI/regions/bundle',
-
- './example/imagery/bundle',
- './example/eventGenerator/bundle',
- './example/generator/bundle'
+ './platform/commonUI/regions/bundle'
], function (Main, legacyRegistry) {
'use strict';
@@ -103,4 +99,4 @@ define([
return new Main().run(legacyRegistry);
}
};
-});
\ No newline at end of file
+});