1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-less.git synced 2024-04-29 15:49:18 +03:00

compress more

This commit is contained in:
Alexander Yakovlev 2014-03-02 17:17:34 +07:00
parent 19e61497e2
commit 86105891a8

View file

@ -217,7 +217,7 @@ class Less_Core
$command ='lessc ';
if (Kohana::$config->load('less')->get('compress'))
{
$command = 'lessc --clean-css ';
$command = 'lessc -x --clean-css ';
}
$compiled = shell_exec($command . $filename);
if (is_null($compiled)) exit($compiled);