Skip to content

Commit

Permalink
Test commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Kracik committed Sep 29, 2021
1 parent eb88858 commit ba28eff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/active_admin/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class Engine < ::Rails::Engine
end

initializer "active_admin.precompile", group: :all do |app|
# Michal Kracik: removing both
=begin
unless ActiveAdmin.application.use_webpacker
ActiveAdmin.application.stylesheets.each do |path, _|
app.config.assets.precompile << path
Expand All @@ -15,6 +17,7 @@ class Engine < ::Rails::Engine
app.config.assets.precompile << path
end
end
=end
end

initializer "active_admin.routes" do
Expand Down

0 comments on commit ba28eff

Please sign in to comment.