rsanchez
2017-04-17 21cfa9117efd08709778a80efa992e1a99c11e77
#3529 fix - Changed order of bundle load
1 files modified
changed files
securis/src/main/webapp/index.jsp patch | view | blame | history
securis/src/main/webapp/index.jsp
....@@ -9,9 +9,9 @@
99
1010 <script src="jspm_packages/system.js"></script>
1111
12
- <script src="main-bundle.js.gz"></script>
1312 <script src="jspm.browser.js"></script>
1413 <script src="jspm.config.js"></script>
14
+ <script src="main-bundle.js.gz"></script>
1515 <script>
1616 System.import('src/main.js').catch(function(err){ console.error(err); });
1717 </script>