Method: Dassets::SourceFile#response_headers

Defined in:
lib/dassets/source_file.rb

#response_headersObject



81
82
83
# File 'lib/dassets/source_file.rb', line 81

def response_headers
  source.nil? ? {} : source.response_headers
end