mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 08:25:43 +08:00
DEV: Incorrect name in precompile output. (#13602)
Follow-up to c54d58e28f9d026a1d9076e1740983d406c1bf79
This commit is contained in:
parent
b42e9e5c86
commit
3312e09d02
@ -76,10 +76,11 @@ class Stylesheet::Manager
|
||||
compiled << "#{target}_#{theme.id}"
|
||||
end
|
||||
else
|
||||
$stderr.puts "precompile target: #{target} #{name}"
|
||||
theme = manager.get_theme(theme_id)
|
||||
$stderr.puts "precompile target: #{target} #{theme&.name}"
|
||||
|
||||
Stylesheet::Manager::Builder.new(
|
||||
target: target, theme: manager.get_theme(theme_id), manager: manager
|
||||
target: target, theme: theme, manager: manager
|
||||
).compile(force: true)
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user