Open jwoschitz opened 12 years ago
All css and javascript files are only concatenated but not minified anymore.
We should re-activate the static minification (it should be done during deployment, not on the fly - this costs too much performance).
Did this in a commit yesterday and again our production environment missed everything up :(. I think we will leave this feature in the current state as it is.
All css and javascript files are only concatenated but not minified anymore.
We should re-activate the static minification (it should be done during deployment, not on the fly - this costs too much performance).