From 6a33be2927f9d7337cb6dae66a7cc5a1ab87e16d Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Tue, 30 Aug 2022 18:09:25 -0600 Subject: [PATCH] Grunt update. Adding linebreak dependency for unicode-correct line break detection. Adding back directional marks into load-unbuilt-strings. Proper RichText line break handling. See https://github.com/phetsims/joist/issues/843 --- axon-tests.html | 1 + 1 file changed, 1 insertion(+) diff --git a/axon-tests.html b/axon-tests.html index a4758078..e330ffc1 100644 --- a/axon-tests.html +++ b/axon-tests.html @@ -79,6 +79,7 @@ '../sherpa/lib/lodash-4.17.4.js', '../sherpa/lib/FileSaver-b8054a2.js', '../sherpa/lib/himalaya-1.1.0.js', + '../sherpa/lib/linebreak-1.1.0.js', '../sherpa/lib/flatqueue-1.2.1.js', '../sherpa/lib/he-1.1.1.js', '../assert/js/assert.js',