Class common\components\AssetBundle

Inheritancecommon\components\AssetBundle » yii\web\AssetBundle
Subclassesapp\modules\main\web\AngularAsset, app\modules\main\web\AngularLocaleAsset, app\modules\main\widgets\comments\CommentsAsset, app\modules\main\widgets\comments\SkinAsset, app\modules\main\widgets\feedback\FeedbackAsset, app\modules\main\widgets\gallery\AssetBundle, app\modules\shop\web\ShopAsset, common\web\JqueryNumberAsset, common\widgets\html5uploader\AssetBundle, common\widgets\launcher\AssetBundle, common\widgets\markitup\MarkItUpAsset, common\widgets\markitup\SetBbCodeAsset, common\widgets\markitup\SkinSimpleAsset, common\widgets\yamap\YaMapApiAsset, common\widgets\yamap\YaMapInputAsset

Class AssetBundle Добавлена возможность подключения минифицированного кода в зависимости от окружения

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$cssMin array минифицированный css common\components\AssetBundle
$jsMin array минифицированный js common\components\AssetBundle

Public Methods

Hide inherited methods

MethodDescriptionDefined By
init() Заменяем ассеты на минифицированные common\components\AssetBundle

Property Details

$cssMin public property

минифицированный css

$jsMin public property

минифицированный js

Method Details

init() public method

Заменяем ассеты на минифицированные

void init( )