-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I just struggled strange issue in one of my projects - on Live there were my <body> classes missing, while on Dev they were where expected, even though the source code deployed was 1:1 the same.
After some investigation I found out, that the reason was Minify HTML plugin, which I activated only on production.
Plugin version is Kirby Minify 2.2.0, and it seems for some reason it strips class attrib from <body> tag.
I couldn't find any options related. Uninstalling the plugin solved the problem.
Probably it's a bug, or maybe I'm missing some configuration.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested