Scroll to navigation

CKBUILDER(1) Commands CKBUILDER(1)

NAME

ckbuilder - command line builder for CKEditor

DESCRIPTION

Creates CKEditor build in DST folder using source files from SRC folder. The build configuration file (build-config.js), which is required in order to create the build package, contains the list of plugins to include.

SYNOPSIS

ckbuilder --build SRC DST (options...)

ckbuilder --build-skin SRC DST (options...)

ckbuilder --generate-build-config SRC (options...)

OPTIONS

--build Creates a release version of a skin.

Creates a release version of a skin.
Creates build configuration file (default: build-config.js).
path to the file
version number
revision number
overwrite target folder if exists
that are not specified in build-config
leave javascript files as is: merge, but do not minify.
leave CSS files as is: merge, but do not minify.
turn off warnings about syntax errors on Internet Explorer, like trailing commas.
create only the core file (ckeditor.js)
do not create zip file
do not create tar.gz file (default)
builds a package with commercial license
debug level (0, 1, 2).
prints help information
prints help information about build configuration
prints help information about all advanced commands

EXAMPLES

ckbuilder --build ckeditor-dev release --version 4.0

ckbuilder --build-skin skins/myskin target_dir

ckbuilder --generate-build-config ckeditor-dev

February 2016 ckbuilder 2.3.0