1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-less.git synced 2024-07-01 05:55:07 +03:00
kohana-less/config/less.php
2010-05-05 21:33:28 +08:00

8 lines
195 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
return array(
'compress' => FALSE,
'path' => '', // relative path to a writable folder to store compiled / compressed css
);