We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb88858 commit ba28effCopy full SHA for ba28eff
1 file changed
lib/active_admin/engine.rb
@@ -7,6 +7,8 @@ class Engine < ::Rails::Engine
7
end
8
9
initializer "active_admin.precompile", group: :all do |app|
10
+ # Michal Kracik: removing both
11
+=begin
12
unless ActiveAdmin.application.use_webpacker
13
ActiveAdmin.application.stylesheets.each do |path, _|
14
app.config.assets.precompile << path
@@ -15,6 +17,7 @@ class Engine < ::Rails::Engine
15
17
16
18
19
20
+=end
21
22
23
initializer "active_admin.routes" do
0 commit comments