File: /home/aliazzsr/api.crm.vqode.com/vendor/samdark/yii2-webshell/JqueryTerminalAsset.php
<?php
namespace samdark\webshell;
use yii\web\AssetBundle;
/**
* JqueryTerminalAsset is an asset bundle used to include JQueryTerminal into the page.
*
* @see http://terminal.jcubic.pl/
* @author Alexander Makarov <[email protected]>
*/
class JqueryTerminalAsset extends AssetBundle
{
public $sourcePath = '@bower/jquery.terminal';
public $js = [
'js/jquery.terminal-min.js',
];
public $css = [
'css/jquery.terminal.css',
];
public $depends = [
'yii\web\JqueryAsset',
];
}