Why? What does this add? The point of the naming on cache files is that the name changes whenever a file is modified, so the webserver can apply very eager caching rules. I could maybe see the point of prepending the group name for debugging purposes, but then why not turn off minifing/combining altogether?
Please update the README and default config file.
This should probably also be added to the per-group options, and therefore also to the quickref
Beacause I didn't want to rename cache files. This cache files are make and renamed by webserver and cached on webserver. But my web application have many JS/CSS files are deployed to proxy server and get from proxy server by GET request. And then cached files on webserver not exist on proxy server.
I added giving file name property. Please merge my branch.