minify-kohana icon indicating copy to clipboard operation
minify-kohana copied to clipboard

Minify module for Kohana 3.x

Results 1 minify-kohana issues
Sort by recently updated
recently updated
newest added

Hi there, I have a trouble with gzip encoding. When I set ``` 'encodeMethod' => '', ``` everything works just fine. But when I set ``` 'encodeMethod' => NULL, //...