1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
.\" 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 <FILE>
path to the file
.TP
\fB\-\-version\fR <NUMBER>
version number
.TP
\fB\-\-revision\fR <NUMBER>
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 <LEVEL>
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
|