From 4c2b1bf3d4c06c712274bd998ec1db7b941687df Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 22 Oct 2019 13:39:39 -0800 Subject: [PATCH] add UTTERANCE_QUEUE to configs, move tests over to utterance-queue repo, convert usages to use the library, not the scenery-phet ones, delete those, https://github.com/phetsims/utterance-queue/issues/2 --- js/vibe-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/vibe-config.js b/js/vibe-config.js index 0811ce2..ce59373 100644 --- a/js/vibe-config.js +++ b/js/vibe-config.js @@ -40,6 +40,7 @@ require.config( { SUN: '../../sun/js', TAMBO: '../../tambo/js', TANDEM: '../../tandem/js', + UTTERANCE_QUEUE: '../../utterance-queue/js', VIBE: '.' },