1
0
mirror of https://github.com/mrclay/minify.git synced 2025-09-02 02:12:40 +02:00

relative docs links

This commit is contained in:
Steve Clay
2017-04-03 17:47:37 -04:00
parent a8304c5fb3
commit e3555570ef
3 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ $min_cachePath = new Minify_Cache_WinCache();
## Closure Compiler API Wrapper
An [experimental wrapper for Google's closure compiler API](https://github.com/mrclay/minify/blob/master/min/lib/Minify/JS/ClosureCompiler.php) is available for compressing Javascript. If the API fails for any reason, JSMin is used as the default backup minifier.
An [experimental wrapper for Google's closure compiler API](../lib/Minify/JS/ClosureCompiler.php) is available for compressing Javascript. If the API fails for any reason, JSMin is used as the default backup minifier.
```php
$min_serveOptions['minifiers'][Minify::TYPE_JS] = array('Minify_JS_ClosureCompiler', 'minify');
```