Hello,
Is there a specific reason why the jquery adapter for CkEditor is named jquery.js? This is causing some bundling problems as it is trying to pull in the jquery.js before ckeditor.js since Microsoft Optimization keys off of the jquery name no matter which order I list it in. I can get around this by forcing an implicit script ordering, but it seems unnecessary.
If change the name from jquery.js to ckeditor.jquery.js everything works fine. Any thoughts?