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.
 
 
 
 
 

20 lines
299 B

<?php
/**
* Created by Error202
* Date: 06.06.2018
*/
namespace frontend\web\themes\start\layouts\code\assets;
use yii\web\AssetBundle;
class YiiAsset extends AssetBundle
{
public $sourcePath = '@yii/assets';
public $js = [
'yii.js',
];
public $depends = [
'yii\web\JqueryAsset',
];
}