Method: WebResourceBundler::ResourceFile.new_mhtml_css_file

Defined in:
lib/web_resource_bundler/content_management/resource_file.rb

.new_mhtml_css_file(path, content = "") ⇒ Object



35
36
37
# File 'lib/web_resource_bundler/content_management/resource_file.rb', line 35

def new_mhtml_css_file(path, content = "")
  ResourceFile.new(path, content, ResourceFileType::MHTML_CSS)
end