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 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
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