Skip to content

Commit 8ba82ab

Browse files
committed
Remove isolate_namespace to fix unresolved split_stylesheet_link_tag
1 parent c4b6e78 commit 8ba82ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/css_splitter/engine.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module CssSplitter
22
class Engine < ::Rails::Engine
3-
isolate_namespace CssSplitter
4-
53
initializer 'css_splitter.sprockets_engine', after: 'sprockets.environment', group: :all do |app|
64
app.config.assets.configure do |assets|
75
assets.register_bundle_processor 'text/css', CssSplitter::SprocketsEngine

0 commit comments

Comments
 (0)