assets.php 229 B

123456789101112131415161718
  1. <?php
  2. return array(
  3. 'app' => array(
  4. 'basePath' => '@wwwroot',
  5. 'baseUrl' => '@www',
  6. 'css' => array(
  7. 'css/site.css',
  8. ),
  9. 'js' => array(
  10. ),
  11. 'depends' => array(
  12. 'yii',
  13. 'yii/bootstrap/responsive',
  14. ),
  15. ),
  16. );