intersvyaz/yii2-extended-asset-manager

Extended AssetManager for yii2

0.2.0 2019-01-11 17:04 UTC

This package is auto-updated.

Last update: 2024-05-05 18:43:29 UTC


README

Build Status Scrutinizer Code Quality

Extend Yii2 AssetManager for support to produce hash for asset directory generation by md5sum of all file on directory.

Configuring config/web.php:

'assetManager' => [
    'class' => \Intersvyaz\AssetManager\Component::class,
    'hashByContent' => true,
],