我正在使用CakePHP Plugin AssetCompress (v 0.7),它工作得很好,除了它不缓存目录中的任何文件。这是我的asset_compress.ini设置:
[General]
writeCache = true
cacheConfig = false
alwaysEnableController = true
debug = false
[js]
timestamp = true
paths[] = WEBROOT/js/
cachePath = WEBROOT/cache_js/
[speedtest.min.js]
files[] = speedtest/speedtest.js
补充说明:
- 我在 core.php 中将调试设置为“0”
- cache_js 文件夹是可写的 (777)
- 我也使用 MemCache 作为缓存引擎(不确定这是否会导致问题)
有人在 Asset Compress 插件上遇到过同样的问题吗?
更新:这是我用于 CSS/Less 部分的,效果很好:https ://github.com/Hyra/less