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