mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 00:39:17 +00: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
|
||||
|
||||
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?
|
||||
update_themes
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user