From 40d215d8bf746a02977ebbc4138138e2e1800ea9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 Sep 2020 14:08:20 +0300 Subject: experimental: add optional soft hyphenation --- worker.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'worker.js') diff --git a/worker.js b/worker.js index cfa6687..ac62444 100644 --- a/worker.js +++ b/worker.js @@ -37,6 +37,9 @@ const CACHE_URLS = [ 'lib/bootstrap/v3/js/jquery.js', 'lib/bootstrap/v3/js/bootstrap.min.js', 'lib/bootstrap/v3/fonts/glyphicons-halflings-regular.woff2', + 'lib/hyphen/en-us.js', + 'lib/hyphen/ru.js', + 'lib/hyphen/hyphen.js', 'lib/fonts/pmn-caecilia-55.ttf', 'lib/fonts/pmn-caecilia-56.ttf', 'lib/fonts/pmn-caecilia-75.ttf' -- cgit v1.2.3