Class: HtmlPress::Html

Inherits:
Object
  • Object
show all
Defined in:
lib/phlexing/patches/html_press.rb

Instance Method Summary collapse

Instance Method Details

#process_html_comments(out) ⇒ Object

We want to preserve HTML comments in the minification step so we can output them again in the phlex template



9
10
11
# File 'lib/phlexing/patches/html_press.rb', line 9

def process_html_comments(out)
  out
end