mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Documentation update.
This commit is contained in:
parent
bddbf36652
commit
e2e5a64e04
2 changed files with 6 additions and 2 deletions
|
|
@ -42,6 +42,9 @@ To view pages using compiled KeymanWeb,
|
|||
* `-debug_embedded`
|
||||
- to compile a readable version of the embedded KMEA/KMEI code
|
||||
* `-no_minify`
|
||||
- to disable the minification '/release/' build sections
|
||||
- to disable the minified '/release/web' and '/release/embedded' build sections.
|
||||
- the '/release/unminified/web' and '/release/unminified/embedded' folders will still be built.
|
||||
* `-clean`
|
||||
- to erase pre-existing build products before the build.
|
||||
|
||||
If more than one target is specified, the last one will take precedence.
|
||||
|
|
@ -12,7 +12,8 @@ display_usage ( ) {
|
|||
echo " -embed to compile only the KMEA/KMEI embedded engine."
|
||||
echo " -web to compile only the KeymanWeb engine."
|
||||
echo " -debug_embedded to compile a readable version of the embedded KMEA/KMEI code"
|
||||
echo " -no_minify to disable the minification '/release/' build sections"
|
||||
echo " -no_minify to disable the minification '/release/' build sections -"
|
||||
echo " the '/release/unminified' subfolders will still be built."
|
||||
echo " -clean to erase pre-existing build products before the build."
|
||||
echo ""
|
||||
echo " If more than one target is specified, the last one will take precedence."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue