rsanchez
2017-06-08 ea491be53b84fac72ab2955c37efce2c2499fb56
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>
1213 <script src="jspm.browser.js"></script>
1314 <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>