reportico / assetter
PHP 资产管理器。允许管理网站及其依赖项中的 CSS 和 JS 文件。还允许通过添加加载文件的修订版来刷新浏览器中的缓存。
8.1.0
2023-01-07 16:40 UTC
Requires
- php: ~8.0
- reportico/fresh-file: 8.1.0
Requires (Dev)
- leafo/lessphp: ~0.5
- leafo/scssphp: ~0.6
Suggests
- leafo/lessphp: Allows write styles in LESS and compile files directly to CSS just-in-time.
- leafo/scssphp: Allows write styles in SASS and compile files directly to CSS just-in-time.
This package is auto-updated.
Last update: 2024-09-07 20:35:45 UTC
README
PHP 资产管理器。允许管理网站及其依赖项中的 CSS 和 JS 文件。还允许通过添加加载文件的修订版来刷新浏览器中的缓存。Assetter 允许您为文件路径注册命名空间,以便更好地管理(如果需要的话)。
Assetter 现在允许您直接将 SASS 和 LESS 样式加载到您的项目中,并即时编译它们,然后在浏览器中加载编译后的样式。您只需注册任何内置插件即可启用此功能(并安装建议的 composer 包)。
这是一个基于 https://github.com/reportico-web/assetter 的定制版本。衷心感谢原作者 Adam。