1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-04 23:54:25 +03:00
kangana/application/config/less.php

10 lines
175 B
PHP
Raw Normal View History

<?php defined('SYSPATH') OR die('No direct access allowed.');
return array(
2014-01-17 09:37:23 +02:00
'compress' => TRUE,
'path' => 'application/cache/css/',
'vendor_internal' => FALSE
);