Don't include JS-lib by minified name. - #98
Conversation
Roundcube finds those minified versions of the file by itself, while including it literally by the minified name breaks inclusion with other minification strategies (or no minification at all).
|
This creates a new problem and the current code is correct – only the minified version is distributed with the plugin. I know there are extra checks in What I think you are suggesting it so change the line so that it will never work on its own, instead relying on extra work done in the
|
|
I agree my suggestion would break devel_mode, so I withdraw it in this form. Instead I'd like to ask you to distribute non-minified JavaScript-code with your plugin, too. That would enable providers the choice to optionally serve readable code. |
Roundcube finds those minified versions of the file by itself, while including it literally by the minified name breaks inclusion with other minification strategies (or no minification at all).