PATH:
home
/
shotlining
/
public_html
/
wp-content
/
plugins
/
w3-total-cache
/
lib
/
Minify
/
Minify
<?php namespace W3TCL\Minify; /** * Combine only minifier */ class Minify_CombineOnly { /** * Minifies content * @param string $content * @param array $options * @return string */ public static function minify($content, $options = array()) { $content = Minify_CSS_UriRewriter::rewrite($content, $options); return $content; } }
[-] Source.php
[edit]
[-] CombineOnly.php
[edit]
[+]
Cache
[-] CommentPreserver.php
[edit]
[+]
Controller
[+]
..
[+]
JS
[+]
YUI
[-] IgnoredCommentPreserver.php
[edit]
[+]
HTML
[+]
Inline
[-] CSS.php
[edit]
[-] Build.php
[edit]
[-] ImportProcessor.php
[edit]
[-] Inline.php
[edit]
[-] index.html
[edit]
[-] YUICompressor.php
[edit]
[-] Logger.php
[edit]
[-] Packer.php
[edit]
[+]
CSS
[-] Lines.php
[edit]
[-] HTML.php
[edit]
[-] DebugDetector.php
[edit]
[-] ClosureCompiler.php
[edit]
[-] HTMLTidy.php
[edit]
[-] CSSTidy.php
[edit]