From d00705286218a5f501ab18bc8a50ec22f043b8b7 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 08 Jun 2017 17:15:11 +0000
Subject: [PATCH] #0 enh - Gzipping main bundle on the fly
---
securis/src/main/webapp/index.jsp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/index.jsp b/securis/src/main/webapp/index.jsp
index d740a0c..4578432 100644
--- a/securis/src/main/webapp/index.jsp
+++ b/securis/src/main/webapp/index.jsp
@@ -11,7 +11,7 @@
<script src="jspm.browser.js"></script>
<script src="jspm.config.js"></script>
- <script src="main-bundle.js.gz"></script>
+ <script src="main-bundle.js"></script>
<script>
System.import('src/main.js').catch(function(err){ console.error(err); });
</script>
--
Gitblit v1.3.2