| securis/src/main/webapp/index.jsp | patch | view | blame | history |
securis/src/main/webapp/index.jsp
.. .. @@ -9,9 +9,9 @@ 9 9 10 10 <script src="jspm_packages/system.js"></script> 11 11 12 - <script src="main-bundle.js.gz"></script>13 12 <script src="jspm.browser.js"></script> 14 13 <script src="jspm.config.js"></script> 14 + <script src="main-bundle.js.gz"></script>15 15 <script> 16 16 System.import('src/main.js').catch(function(err){ console.error(err); }); 17 17 </script>