PATH:
home
/
lab2454c
/
credityork.com
/
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; } }
[+]
JS
[-] ImportProcessor.php
[edit]
[-] YUICompressor.php
[edit]
[+]
Cache
[-] CSS.php
[edit]
[-] HTMLTidy.php
[edit]
[-] HTML.php
[edit]
[+]
..
[+]
Controller
[-] IgnoredCommentPreserver.php
[edit]
[-] index.html
[edit]
[+]
YUI
[-] Build.php
[edit]
[+]
CSS
[-] Packer.php
[edit]
[-] DebugDetector.php
[edit]
[-] CSSTidy.php
[edit]
[-] Lines.php
[edit]
[-] Logger.php
[edit]
[+]
HTML
[-] CommentPreserver.php
[edit]
[-] ClosureCompiler.php
[edit]
[-] Inline.php
[edit]
[-] CombineOnly.php
[edit]
[-] Source.php
[edit]
[+]
Inline