Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Symfony 2.1 项目中使用 AsseticBundle,向现有 js 和 css 文件添加新代码不会生成新的资产文件名。
我知道还有另一种解决方案,使用 assets_version,但通过修改资产文件也应该对生成的文件名产生影响是有道理的。
您是否知道为什么无论进行什么更改,资产文件都使用相同的文件名提供服务?