CKEditor with ASP.NET MVC Bundling
Using CKEditor in ASP.NET MVC 4 still has problems. The system will load required files when using ckeditor, but because of the name ckeditor.js disappeared, the path of required files become false. For that reason, in bundling, CKEditor must have its own bundle with name like “~/Scripts/ckeditor” if place in Scripts directory, or like “~/Scripts/wcw/ckeditor…