rsanchez
2017-06-08 fc23386ca5bdfe7df874d0947313306e6b7bf31c
#0 fix - Fixed bundle config
2 files modified
changed files
securis/src/main/webapp/index.jsp patch | view | blame | history
securis/src/main/webapp/jspm.config.js 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>
securis/src/main/webapp/jspm.config.js
....@@ -45,7 +45,8 @@
4545 SystemJS.config({
4646 packageConfigPaths: [
4747 "github:*/*.json",
48
- "npm:@*/*.json",
48
+ "npm:@angular/*.json",
49
+ "npm:@covalent/*.json",
4950 "npm:*.json"
5051 ],
5152 map: {