I'm testing the new release v6.0.4297, to check if we can move our websites to it.
I found out Kentico truncates my CSS when I activate the CSS minification feature.
The piece of code where the CSS is truncated is at line 399 of the file GetResource.ashx.cs. The issue is due to the fact that I misspelled a css element, writing
.class1 th.class2 a. up
instead of
.class1 th.class2 a.up
and the final output was truncated at this point.
It would be great if it could be possible to check CSS validation when saving it.
Kentico 6 works like a charm.
Thanks
Regards
Emanuele Firmani