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.
This commit is contained in:
Penar Musaraj 2021-08-23 13:39:53 -04:00 committed by GitHub
parent 691d1bde54
commit 3d6cbb5ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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