fuelphp-casset
fuelphp-casset copied to clipboard
add rename config property
I added giving file name property. Please merge my branch.
A couple of things:
- 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.
2. OK. I'll do.
3. OK. I'll do.
Aha, so they're part of some sort of asset pipeline? That makes sense. Casset was never intended to be used in that way :)
- I did. How is that?
- I don't know that I should write something to the quickref. Please teach me.