0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

code formatting

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-04-05 22:04:17 +05:30
Ursprung ae918976a3
Commit 1bc55c6099

Datei anzeigen

@ -97,7 +97,7 @@ after_initialize do
load File.expand_path(path, __FILE__)
end
add_to_class(::Sprockets::DirectiveProcessor, :process_require_tree_discourse_directive ) do |path = "."|
add_to_class(::Sprockets::DirectiveProcessor, :process_require_tree_discourse_directive) do |path = "."|
discourse_asset_path = "#{Rails.root}/app/assets/javascripts/"
path = File.expand_path(path, discourse_asset_path)
stat = @environment.stat(path)