| Current Path : /var/www/html/project/assets/ |
| Current File : /var/www/html/project/assets/TouchspinAsset.php |
<?php
namespace app\assets;
use Yii;
use yii\web\AssetBundle;
use yii\web\View;
class TouchspinAsset extends AdminAsset {
public $sourcePath = '@app/themes/admin';
public $css = ['assets/vendors/general/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.css'];
public $js = [
'assets/vendors/general/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.js',
];
public $depends = ['yii\web\YiiAsset',];
}