| 1 | | Replying to [comment:3 mikeyarce]: |
| 2 | | > Thanks for the report @herregroen ! |
| 3 | | > |
| 4 | | > Does your patch remove all the concatenation for all scripts though? |
| 5 | | > |
| 6 | | > I wanted to note that a side-effect of the concatenation change in 5.5 is that now that `media-editor.js` is being concatenated (looks like it wasn't in 5.4 by default?), it's causing some issues when using another concat plugin in conjunction like: https://github.com/Automattic/nginx-http-concat/ |
| 7 | | > |
| 8 | | > The patch in this ticket does fix our problems though because it removes things like `media-editor.js` from being concatenated. |