bluedogtraining / assetic-extensions
此包已被 废弃 并不再维护。没有建议的替代包。
Assetic 的附加过滤器
v1.0.0
2013-02-13 23:44 UTC
Requires
- php: >=5.3.0
- kriswallsmith/assetic: 1.*
This package is not auto-updated.
Last update: 2021-07-09 01:03:45 UTC
README
Assetic 库的各种扩展的仓库。
目前只包含一个 Cachbuster 过滤器。
CachebusterFilter
一个简单的过滤器,用于重写 CSS URL 并添加缓存破坏标签。
例如,使用以下过滤器
new CachebusterFilter('v=12345');
会变成
body { background: url(foo.gif); }
(此处应有示例转换,但原始内容中未提供)
body { background: url(foo.gif?v=12345); }
用法
有关使用 Assetic 过滤器的信息,请参阅 https://github.com/kriswallsmith/assetic/blob/master/docs/en/concepts.md