class Muwu::ProjectException::DryOutputRecommendedWithMultipleDocuments
Public Instance Methods
report()
click to toggle source
# File lib/muwu/project_exception/dry_output_recommended_with_multiple_documents.rb, line 6 def report "Shared assets will be embedded. Including `css` and `js` in `output_formats` is recommended with multiple documents." end
type()
click to toggle source
# File lib/muwu/project_exception/dry_output_recommended_with_multiple_documents.rb, line 11 def type :warning end