mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
chore(web): fix predictive text module concatenation
This commit is contained in:
parent
f7a0b3d398
commit
d2b86c90d1
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ if [ $BUILD_COREWEB = true ]; then
|
|||
|
||||
# TEMP STUB LMLayerWorkerCode
|
||||
pwd
|
||||
cat $INTERMEDIATE/keymanweb.js ../../common/predictive-text/build/intermediate/index.js > $INTERMEDIATE/km1.js
|
||||
cat $INTERMEDIATE/keymanweb.js <(echo) ../../common/predictive-text/build/index.js > $INTERMEDIATE/km1.js
|
||||
mv $INTERMEDIATE/km1.js $INTERMEDIATE/keymanweb.js
|
||||
|
||||
echo Native TypeScript compiled as $INTERMEDIATE/keymanweb.js
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue