You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
389 B
24 lines
389 B
<?php |
|
|
|
return array( |
|
'jquery' => array( |
|
'sourcePath' => __DIR__ . '/assets', |
|
'js' => array( |
|
'jquery.min.js', |
|
), |
|
), |
|
'yii' => array( |
|
'sourcePath' => __DIR__ . '/assets', |
|
'js' => array( |
|
'yii.js', |
|
), |
|
'depends' => array('jquery'), |
|
), |
|
'yii/form' => array( |
|
'sourcePath' => __DIR__ . '/assets', |
|
'js' => array( |
|
'yii-form.js', |
|
), |
|
'depends' => array('yii'), |
|
), |
|
); |