CKeditor comes all nice and packed up, using CKPackager. I notice there is a nice pack file in the source of CKeditor, I want to modify & add some functionality to an existing plugin, namely add to the keystrokes plugin adding mac command key support, as well as edit _source/core/dom/event.js to define CKEDITOR.META
Question is after i edit the files in the source directory how do you go about using CKpackager to produce the production sized js files?
Fri, 09/11/2009 - 03:33
#1
Re: Repackaging CKEditor **READ ME**
Re: Repackaging CKEditor **READ ME**
Hi, here's how to build ckeditor from source:
1. Checkout CKEditor source from SVN;
2. Run /_dev/packager/packager.bat(.sh) in working copy.
3. (Opt)Custom including/excluding files by editing /ckeditor.pack file.
Re: Repackaging CKEditor **READ ME**