We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 847a74b + 5ceff9d commit f7c5089Copy full SHA for f7c5089
lib/critical_path_css/configuration.rb
@@ -26,7 +26,7 @@ def penthouse_options
26
end
27
28
def path_for_route(route)
29
- css_paths[routes.index(route)] || css_paths.first
+ css_paths[routes.index(route).to_i]
30
31
32
0 commit comments