From 0ed4b50098b4329b1d91e519bbbbe4e14701f92f Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Sun, 24 Jun 2018 00:06:03 +0200 Subject: Move config out of statics path Since static path is providing with a high expiration data, we provide configs via API. This shouldn't add any noticeable load while making it uncached and this way working again. Signed-off-by: Sheogorath --- public/views/includes/scripts.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views') diff --git a/public/views/includes/scripts.ejs b/public/views/includes/scripts.ejs index 8766894a..df8fbc00 100644 --- a/public/views/includes/scripts.ejs +++ b/public/views/includes/scripts.ejs @@ -1,4 +1,4 @@ - + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> <% } %> -- cgit v1.2.3