From bd6189a291ffef723e7bb3cdb277e3ea1fb0a3f5 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Mon, 17 Apr 2017 10:27:38 +0000
Subject: [PATCH] #3529 config - Preparing jenkins to build war archive
---
securis/src/main/webapp/index.jsp | 26 ++++++++++----------------
1 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/securis/src/main/webapp/index.jsp b/securis/src/main/webapp/index.jsp
index a6d7f70..ee3f977 100644
--- a/securis/src/main/webapp/index.jsp
+++ b/securis/src/main/webapp/index.jsp
@@ -3,33 +3,27 @@
<head>
<title>SeCuris server</title>
<base href="<%= pageContext.getServletContext().getContextPath() %>/">
- <meta charset="utf-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/favicon.png" sizes="32x29" type="image/png">
- <base href="/">
+
+ <script src="jspm_packages/system.js"></script>
-<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.min.js"></script> -->
-
- <!-- Polyfill(s) for older browsers -->
- <script src="node_modules/core-js/client/shim.min.js"></script>
- <script src="node_modules/hammerjs/hammer.min.js"></script>
-
- <script src="node_modules/zone.js/dist/zone.js"></script>
- <script src="node_modules/systemjs/dist/system.src.js"></script>
-
- <script src="systemjs.config.js"></script>
+ <script src="main-bundle.js.gz"></script>
+ <script src="jspm.browser.js"></script>
+ <script src="jspm.config.js"></script>
<script>
- System.import('main').catch(function(err){ console.error(err); });
+ System.import('src/main.js').catch(function(err){ console.error(err); });
</script>
<!-- Load the Covalent platform stylesheet -->
<link href="assets/securis.css" rel="stylesheet">
- <link href="node_modules/@covalent/core/common/platform.css" rel="stylesheet">
+ <link href="assets/theming/platform.css" rel="stylesheet">
<!-- Load the Covalent/Material prebuilt theme -->
- <link href="node_modules/@covalent/core/theming/prebuilt/blue-orange.css" rel="stylesheet">
- <link href="node_modules/ng2-toastr/bundles/ng2-toastr.min.css" rel="stylesheet" />
+ <link href="assets/theming/blue-orange.css" rel="stylesheet">
+
+ <link href="assets/ng2-toastr.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
--
Gitblit v1.3.2