Method: Assette::Server#content_type

Defined in:
lib/assette/server.rb

#content_typeObject



55
56
57
# File 'lib/assette/server.rb', line 55

def content_type
  path_mime_type ? path_mime_type.content_type : 'text/plain'
end