Class: HtmlPress::Html
- Inherits:
-
Object
- Object
- HtmlPress::Html
- Defined in:
- lib/phlexing/patches/html_press.rb
Instance Method Summary collapse
-
#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.
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 |