mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Precompile the transpiler before themes:update
(#23997)
This commit is contained in:
parent
75c9635d8b
commit
16d16c8969
@ -89,7 +89,7 @@ def update_themes
|
|||||||
end
|
end
|
||||||
|
|
||||||
desc "Update themes & theme components"
|
desc "Update themes & theme components"
|
||||||
task "themes:update" => :environment do
|
task "themes:update": %w[environment assets:precompile:theme_transpiler] do
|
||||||
if ENV["RAILS_DB"].present?
|
if ENV["RAILS_DB"].present?
|
||||||
update_themes
|
update_themes
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user