We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b6e78 commit 8ba82abCopy full SHA for 8ba82ab
lib/css_splitter/engine.rb
@@ -1,7 +1,5 @@
1
module CssSplitter
2
class Engine < ::Rails::Engine
3
- isolate_namespace CssSplitter
4
-
5
initializer 'css_splitter.sprockets_engine', after: 'sprockets.environment', group: :all do |app|
6
app.config.assets.configure do |assets|
7
assets.register_bundle_processor 'text/css', CssSplitter::SprocketsEngine
0 commit comments