mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 23:32:44 +08:00
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:
parent
691d1bde54
commit
3d6cbb5ab3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user