This repository has been archived on 2020-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
phunk/application/config/less.php

9 lines
144 B
PHP
Raw Normal View History

2012-12-28 07:07:16 +02:00
<?php defined('SYSPATH') OR die('No direct access allowed.');
return array(
'compress' => TRUE,
'path' => 'application/cache/css/',
);