From a17c45a69827e65fad6c90dee8dfe4f7fe9cabe7 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Mon, 15 May 2017 22:18:54 +0200 Subject: [PATCH] README * added another gotcha with auto-minifiers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c5e34e9..9f334992 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ A: Image compression is beyond my understanding, so i am unable to fix these iss Q: How can i get the modelviewer to work? A: You can't anymore. Wowhead switched from Flash to WebGL (as they should) and moved or deleted the old files in the process. +Q: I'm getting random javascript errors! +A: Some server configurations or external services (like Cloudflare) come with modules, that automaticly minify js and css files. Sometimes they break in the process. Disable the module in this case. ## Thanks