Skip to content

MinifierFilterRemoveComments

natxet edited this page Oct 6, 2015 · 1 revision

#sidebar Sidebar

= !RemoveComments minifier filter =

== Description == This filter will remove comments.

== Configuration: ==

  • true / false

== Defaults: ==

  • true

== Before: == {{{ /*

  • This is a comment */ }}}

== After: == {{{ null }}}