.\" This file was pre-generated by help2man 1.47.3: help2man --version-string="2.3.0" --no-info --no-discard-stderr ckbuilder .TH CKBUILDER "1" "February 2016" "ckbuilder 2.3.0" "Commands" .SH NAME ckbuilder \- command line builder for CKEditor .SH 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. .SH SYNOPSIS ckbuilder \fB\-\-build\fR SRC DST (options...) .PP ckbuilder \fB\-\-build\-skin\fR SRC DST (options...) .PP ckbuilder \fB\-\-generate\-build\-config\fR SRC (options...) .SH OPTIONS \fB\-\-build\fR Creates a release version of a skin. .TP \fB\-\-build\-skin\fR Creates a release version of a skin. .TP \fB\-\-generate\-build\-config\fR SRC (options...) Creates build configuration file (default: build\-config.js). .TP \fB\-\-build\-config\fR path to the file .TP \fB\-\-version\fR version number .TP \fB\-\-revision\fR revision number .TP \fB\-\-overwrite\fR overwrite target folder if exists .TP \fB\-s\fR,\-\-skip\-omitted\-in\-build\-config .TP exclude from release all plugins/skins that are not specified in build\-config .TP \fB\-\-leave\-js\-unminified\fR leave javascript files as is: merge, but do not minify. .TP \fB\-\-leave\-css\-unminified\fR leave CSS files as is: merge, but do not minify. .TP \fB\-\-no\-ie\-checks\fR turn off warnings about syntax errors on Internet Explorer, like trailing commas. .TP \fB\-\-core\fR create only the core file (ckeditor.js) .TP \fB\-\-no\-zip\fR do not create zip file .TP \fB\-\-no\-tar\fR do not create tar.gz file (default) .TP \fB\-\-commercial\fR builds a package with commercial license .TP \fB\-d\fR, \fB\-\-debug\-level\fR debug level (0, 1, 2). .TP \fB\-\-help\fR prints help information .TP \fB\-\-build\-help\fR prints help information about build configuration .TP \fB\-\-full\-help\fR prints help information about all advanced commands .PP .SH EXAMPLES ckbuilder \fB\-\-build\fR ckeditor\-dev release \fB\-\-version\fR 4.0 .HP ckbuilder \fB\-\-build\-skin\fR skins/myskin target_dir .HP ckbuilder \fB\-\-generate\-build\-config\fR ckeditor\-dev