mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
@@ -70,7 +70,7 @@ module Stylesheet
|
|||||||
end
|
end
|
||||||
|
|
||||||
target = nil
|
target = nil
|
||||||
target_match = long.match(/admin|desktop|mobile|publish/)
|
target_match = long.match(/admin|desktop|mobile|publish|wizard/)
|
||||||
if target_match&.length
|
if target_match&.length
|
||||||
target = target_match[0]
|
target = target_match[0]
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user