<?php
return array(
'paths' => array('./'),
'img_dir' => 'img',
'js_dir' => 'js',
'css_dir' => 'css',
'folders' => array(
'css' => array(),
'js' => array(),
'img' => array(),
),
'url' => Config::get('base_url'),
'add_mtime' => true,
'indent_level' => 1,
'indent_with' => "\t",
'auto_render' => true,
'fail_silently' => false,
);
It looks like you're new here. If you want to get involved, click one of these buttons!