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,
],