ckbuilder icon indicating copy to clipboard operation
ckbuilder copied to clipboard

The development repository of CKBuilder, a command line builder for CKEditor 4.

Results 8 ckbuilder issues
Sort by recently updated
recently updated
newest added

## Type of report Bug ## Provide detailed reproduction steps (if any) 1. Run /dev/builder/build.sh 2. builds some files but then stops with exception thrown ### Expected result Build script...

I'm getting the following error when building. ``` Use --language_in=ECMASCRIPT6 or ECMASCRIPT6_STRICT to enable ES6 features ``` Adding this suggested option to `./build.sh` results in crashing as well. Am I...

**Steps to repeat** 1. In ckeditor4 project cd to `dev/builder/` 2. Call `build.sh` to download ckbuilder.jar 3. Run command ` java -jar ckbuilder/2.3.2/ckbuilder.jar --preprocess-plugin ../../plugins/widget xwidget` **Expected behaviour** The target...

ckbuilder puts a buildtime timestamp both in comments and in other part of generated js. This patch make it observe SOURCE_DATE_EPOCH, so to allow for reproducible builds See https://reproducible-builds.org/specs/source-date-epoch/ Bug-Debian:...

I use the following `build-config.js` ``` var CKBUILDER_CONFIG = { skin: 'moono', ignore: [ 'bender.js', '.bender', 'bender-err.log', 'bender-out.log', 'dev', 'docs', '.DS_Store', '.editorconfig', '.gitignore', '.gitattributes', 'gruntfile.js', '.idea', '.jscsrc', '.jshintignore', '.jshintrc', 'less',...

I'm building a CKEditor build from source. I have tried `release/4.3.x` and `release/4.4.x` branches of that directory, which use version 1.7.2 and version 2.0.1, respectively. I have also manually tried...

See https://github.com/ckeditor/ckeditor-dev/pull/112.