We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bb069 commit 89e6757Copy full SHA for 89e6757
lib/critical_path_css/rails/config_loader.rb
@@ -24,7 +24,7 @@ def format_css_paths
24
if config['css_paths']
25
config['css_paths'].map! { |path| format_path(path) }
26
else
27
- config['css_paths'] = [ActionController::Base.helpers.stylesheet_path(config['manifest_name'], host: '')]
+ config['css_paths'] = [format_path(ActionController::Base.helpers.stylesheet_path(config['manifest_name'], host: ''))]
28
end
29
30
0 commit comments