rsanchez
2017-04-17 8fd6d829120075c75e1b6273826665d108e75eaa
#0 config - Minor change
2 files modified
changed files
securis/src/main/webapp/.gitignore patch | view | blame | history
securis/src/main/webapp/index.html patch | view | blame | history
securis/src/main/webapp/.gitignore
....@@ -3,4 +3,5 @@
33 old
44 old_ng2
55 src/**/*.js
6
-src/**/*.js.map
6
+src/**/*.js.map
7
+main-bundle.*
securis/src/main/webapp/index.html
....@@ -7,17 +7,6 @@
77 <base href="/">
88 <link rel="icon" href="assets/favicon.png" sizes="32x29" type="image/png">
99
10
-<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.min.js"></script> -->
11
-
12
- <!-- Polyfill(s) for older browsers -->
13
-<!--
14
- <script src="node_modules/core-js/client/shim.min.js"></script>
15
- <script src="node_modules/hammerjs/hammer.min.js"></script>
16
-
17
- <script src="node_modules/zone.js/dist/zone.js"></script>
18
- <script src="node_modules/systemjs/dist/system.src.js"></script>
19
- -->
20
-
2110 <script src="jspm_packages/system.js"></script>
2211
2312 <!-- <script src="main-bundle.js.gz"></script> -->