Hi,
I would like to have the none minimized version of CKEditor.js for 4.4. I did branched the dev-ckeditor from the github and checkout tag 4.4.0 which i assume is the release, however. It appears there is some transformation before the final minimized version of ckeditor.js How to get the ckeditor.js just before its minimized? Thank You
Margots
...bum
...bum
https://github.com/ckeditor
https://github.com/ckeditor/ckeditor-dev
In the development version of
In the development version of CKEditor which you can get from the GitHub repository, there's a build script (see README). If you want to generate build, but not minified version of CKEditor, you can use --leave-js-unminified flag. You can do similar thing when building CKEditor using the online builder - at the end of the page there's a "Source (Big N'Slow)" option.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Thank You
Thank You