From 3d6cbb5ab36a479163d7d617d7a6bb435965c5cf Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 23 Aug 2021 13:39:53 -0400 Subject: [PATCH] DEV: Watch for changes in wizard.scss (#14119) This ensures the stylesheet is recompiled. Devs still need to refresh the page manually, since we don't include the message bus in the wizard app. --- lib/stylesheet/watcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stylesheet/watcher.rb b/lib/stylesheet/watcher.rb index 616b98a101e..f16642f7ea4 100644 --- a/lib/stylesheet/watcher.rb +++ b/lib/stylesheet/watcher.rb @@ -70,7 +70,7 @@ module Stylesheet end target = nil - target_match = long.match(/admin|desktop|mobile|publish/) + target_match = long.match(/admin|desktop|mobile|publish|wizard/) if target_match&.length target = target_match[0] end