mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 21:21:19 +08:00
don't force caching when compiling
This commit is contained in:
@ -79,7 +79,7 @@ task 'assets:precompile:css' => 'environment' do
|
|||||||
if ActiveRecord::Base.connection.table_exists?(ColorScheme.table_name)
|
if ActiveRecord::Base.connection.table_exists?(ColorScheme.table_name)
|
||||||
puts "Compiling css for #{db}"
|
puts "Compiling css for #{db}"
|
||||||
[:desktop, :mobile, :desktop_rtl, :mobile_rtl].each do |target|
|
[:desktop, :mobile, :desktop_rtl, :mobile_rtl].each do |target|
|
||||||
puts DiscourseStylesheets.compile(target, force: true)
|
puts DiscourseStylesheets.compile(target)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user