Skip to content

Commit ba28eff

Browse files
committed
Test commit.
1 parent eb88858 commit ba28eff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/active_admin/engine.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ class Engine < ::Rails::Engine
77
end
88

99
initializer "active_admin.precompile", group: :all do |app|
10+
# Michal Kracik: removing both
11+
=begin
1012
unless ActiveAdmin.application.use_webpacker
1113
ActiveAdmin.application.stylesheets.each do |path, _|
1214
app.config.assets.precompile << path
@@ -15,6 +17,7 @@ class Engine < ::Rails::Engine
1517
app.config.assets.precompile << path
1618
end
1719
end
20+
=end
1821
end
1922

2023
initializer "active_admin.routes" do

0 commit comments

Comments
 (0)