From fc23386ca5bdfe7df874d0947313306e6b7bf31c Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 08 Jun 2017 11:30:27 +0000
Subject: [PATCH] #0 fix - Fixed bundle config
---
securis/src/main/webapp/jspm.config.js | 3 ++-
securis/src/main/webapp/index.jsp | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/securis/src/main/webapp/index.jsp b/securis/src/main/webapp/index.jsp
index ee3f977..d740a0c 100644
--- a/securis/src/main/webapp/index.jsp
+++ b/securis/src/main/webapp/index.jsp
@@ -9,9 +9,9 @@
<script src="jspm_packages/system.js"></script>
- <script src="main-bundle.js.gz"></script>
<script src="jspm.browser.js"></script>
<script src="jspm.config.js"></script>
+ <script src="main-bundle.js.gz"></script>
<script>
System.import('src/main.js').catch(function(err){ console.error(err); });
</script>
diff --git a/securis/src/main/webapp/jspm.config.js b/securis/src/main/webapp/jspm.config.js
index 3d9d723..49812b6 100644
--- a/securis/src/main/webapp/jspm.config.js
+++ b/securis/src/main/webapp/jspm.config.js
@@ -45,7 +45,8 @@
SystemJS.config({
packageConfigPaths: [
"github:*/*.json",
- "npm:@*/*.json",
+ "npm:@angular/*.json",
+ "npm:@covalent/*.json",
"npm:*.json"
],
map: {
--
Gitblit v1.3.2