fuelphp-casset icon indicating copy to clipboard operation
fuelphp-casset copied to clipboard

add rename config property

Open TakaraShinya opened this issue 11 years ago • 4 comments

I added giving file name property. Please merge my branch.

TakaraShinya avatar Apr 02 '14 08:04 TakaraShinya

A couple of things:

  1. 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?
  2. Please update the README and default config file.
  3. This should probably also be added to the per-group options, and therefore also to the quickref

canton7 avatar Apr 02 '14 09:04 canton7

  1. 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.

TakaraShinya avatar Apr 03 '14 02:04 TakaraShinya

Aha, so they're part of some sort of asset pipeline? That makes sense. Casset was never intended to be used in that way :)

canton7 avatar Apr 04 '14 13:04 canton7

  1. I did. How is that?
  2. I don't know that I should write something to the quickref. Please teach me.

TakaraShinya avatar Apr 07 '14 07:04 TakaraShinya