hashed asset bundle:将基于资产哈希值的资产版本应用于symfonyasset 源码
HashedAssetBundle HashedAssetBundle提供一种资产版本策略,该策略使用文件内容的哈希作为资产版本。 这样就可以(自动)分别为每个资产增加资产版本。 安装 使用安装捆绑软件: $ composer require incenteev/hashed-asset-bundle 用法 在内核中注册捆绑软件: // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles () { $ bundles = arra
下载地址
用户评论