assets.php 229 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php

return array(
	'app' => array(
		'basePath' => '@wwwroot',
		'baseUrl' => '@www',
		'css' => array(
			'css/site.css',
		),
		'js' => array(

		),
		'depends' => array(
			'yii',
			'yii/bootstrap/responsive',
		),
	),
);