Skip to content

Commit dd593c2

Browse files
Merge pull request #7 from ProGM/fix-host-concatenation
Fix #6
2 parents af339fd + 922a7fd commit dd593c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/critical_path_css/configuration.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def configuration_file_path
3232
end
3333

3434
def manifest_path
35-
@manifest_path ||= ActionController::Base.helpers.stylesheet_path(manifest_name)
35+
@manifest_path ||= ActionController::Base.helpers.stylesheet_path(manifest_name, host: '')
3636
end
3737
end
3838
end

0 commit comments

Comments
 (0)