PATH:
home
/
letacommog
/
charpente-ain
/
wp-content
/
plugins
/
w3-total-cache
/
lib
/
Minify
/
Minify
<?php /** * 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; } }
[+]
..
[-] ClosureCompiler.php
[edit]
[-] ImportProcessor.php
[edit]
[-] CombineOnly.php
[edit]
[+]
YUI
[-] HTML.php
[edit]
[-] Inline.php
[edit]
[+]
JS
[+]
HTML
[+]
Cache
[-] Build.php
[edit]
[-] YUICompressor.php
[edit]
[-] index.html
[edit]
[-] Source.php
[edit]
[+]
Inline
[-] CommentPreserver.php
[edit]
[+]
Controller
[-] IgnoredCommentPreserver.php
[edit]
[-] CSS.php
[edit]
[-] HTMLTidy.php
[edit]
[-] Loader.php
[edit]
[+]
CSS
[-] Logger.php
[edit]
[-] DebugDetector.php
[edit]
[-] CSSTidy.php
[edit]
[-] Packer.php
[edit]
[-] Lines.php
[edit]