Skip to content
Snippets Groups Projects
Commit 9ea3db35 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #3070880 by bkosborne: One of methods documented by Drupal core to...

Issue #3070880 by bkosborne: One of methods documented by Drupal core to create a CKEditor build does not work anymore: update docs
parent 473ae84d
No related branches found
No related tags found
No related merge requests found
/**
* This is a Drupal-optimized build of CKEditor.
*
* You may re-use it at any time at http://ckeditor.com/builder to build
* CKEditor again. Alternatively, use the "build.sh" script to build it locally.
* If you do so, be sure to pass it the "-s" flag. So: "sh build.sh -s".
* To re-create this build:
* 1. Clone the development repo of CKEditor to your machine
* 2. Check out the version you'd like to build
* 3. Run ./dev/builder/build.sh -s /path/to/build-config.js
*
* If you are developing or debugging CKEditor plugins, you may want to work
* against an unoptimized (unminified) CKEditor build. To do so, you have two
* options:
* 1. Upload build-config.js to http://ckeditor.com/builder and choose the
* "Source (Big N'Slow)" option when downloading.
* 2. Use the "build.sh" script to build it locally, with one additional flag:
* "sh build.sh -s --leave-js-unminified".
* Then, replace this directory (core/assets/vendor/ckeditor) with your build.
*
* If you are developing or debugging CKEditor plugins, you may want to work
* against an unoptimized (unminified) CKEditor build. To do so,
* run the build command with the --leave-js-unminified flag.
*
* NOTE:
* This file is not used by CKEditor, you may remove it.
* Changing this file will not change your CKEditor configuration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment