mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
20 lines
265 B
PHP
20 lines
265 B
PHP
<?php
|
|
|
|
return array(
|
|
'app' => array(
|
|
'basePath' => '@wwwroot',
|
|
'baseUrl' => '@www',
|
|
'css' => array(
|
|
'css/bootstrap.min.css',
|
|
'css/bootstrap-responsive.min.css',
|
|
'css/site.css',
|
|
),
|
|
'js' => array(
|
|
|
|
),
|
|
'depends' => array(
|
|
'yii',
|
|
),
|
|
),
|
|
);
|