Hello,
Is there any way to disable CKEditor from trying to use its resource loader to load skin css files? The CSS files are already loaded as part of a seperate bundle, but I see no way to tell CKEditor to not try and load the skin file, so it ends up making a redundant request (and in a production enviornment, the editor.css file it's looking for will not exist, so it will end up always making a request that 404s). I've been able to disable all external script and stylesheet requests except this one.