I need to add a function / fix an issue with elementspath. I can do it easily if I have the sources taken from the CKE builder, but how could I compile/minify the CKE code with my changes?
The changes are very small and I could do it directly to the compiled/minified version as well, but I cant figure out where to add / how elementspath gets compiled into the core.
See this Developer's Guide
See this Developer's Guide article for information on how to build CKEditor from source: http://docs.ckeditor.com/#!/guide/dev_build
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Found it
Thanks Anna, looks like it indeed comes with the Github Dev repo.
Now I'll try it and if I get the thing to work locally like I want it to I'll have no trouble creating my own little fork.
Found it
Thanks for all the help!