mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-26 10:17:41 +00:00
Also created internal constants for the source and output folders. The relative paths have been stress-tested under various conditions and are all stable.
22 lines
674 B
Markdown
22 lines
674 B
Markdown
**********************************************************************
|
|
|
|
KeymanWeb 2.0
|
|
-------------
|
|
|
|
The Original Code is (C) 2017 SIL International
|
|
|
|
**********************************************************************
|
|
|
|
The following folders contain the distribution for KeymanWeb 2.0:
|
|
|
|
source Source code
|
|
output Fully-compiled KeymanWeb modules for testing
|
|
embedded Fully-compiled KMEA/KMEI modules for inclusion in mobile app builds
|
|
samples Sample and test-case web-pages
|
|
|
|
|
|
Google Closures Compiler is used to compile the javascript modules
|
|
into a single module. Java must be installed to run the compiler,
|
|
which is stored in the tools folder.
|
|
|
|
|