Skip to content

Commit 1e2345a

Browse files
committed
Precompile the rails_admin assets.
1 parent 3190717 commit 1e2345a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/application.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class Application < Rails::Application
4646
config.assets.version = '1.0'
4747

4848
config.assets.initialize_on_precompile = false
49-
config.assets.precompile += ['fd-slider.css', 'fd-slider.js']
50-
49+
config.assets.precompile += ['fd-slider.css', 'fd-slider.js', 'rails_admin/rails_admin.css', 'rails_admin/rails_admin.js']
5150
end
5251
end

0 commit comments

Comments
 (0)