Class **Phalcon\\Assets\\Filters\\Jsmin** ========================================= *implements* :doc:`Phalcon\\Assets\\FilterInterface ` .. role:: raw-html(raw) :format: html :raw-html:`Source on GitHub` Deletes the characters which are insignificant to JavaScript. Comments will be removed. Tabs will be replaced with spaces. Carriage returns will be replaced with linefeeds. Most spaces and linefeeds will be removed. Methods ------- public **filter** (*mixed* $content) Filters the content using JSMIN