We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018547b commit 02853beCopy full SHA for 02853be
lib/critical_path_css/css_fetcher.rb
@@ -16,7 +16,7 @@ def fetch
16
def fetch_route(route)
17
options = {
18
'url' => @config.base_url + route,
19
- 'css' => fetch_css_path_for_route(route), #implement
+ 'css' => fetch_css_path_for_route(route),
20
'width' => 1300,
21
'height' => 900,
22
'timeout' => 30_000,
lib/critical_path_css/rails/config_loader.rb
@@ -3,8 +3,6 @@ module Rails
3
class ConfigLoader
4
CONFIGURATION_FILENAME = 'critical_path_css.yml'.freeze
5
6
- attr_reader :config
7
-
8
def load
9
validate_css_paths
10
format_css_paths
0 commit comments