added better compression support

This commit is contained in:
Wyatt Johnson
2017-11-30 11:20:13 -07:00
parent c84408004c
commit b672b0a4e0
10 changed files with 280 additions and 111 deletions
+1 -1
View File
@@ -42,6 +42,6 @@
<body>
<div id="root"></div>
<script src='https://www.google.com/recaptcha/api.js?render=explicit' async defer></script>
<script src="<%= STATIC_URL %>client/coral-admin/bundle.js" charset="utf-8"></script>
<script src="<%= STATIC_URL %>static/coral-admin/bundle.js" charset="utf-8"></script>
</body>
</html>