Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to do wildcard caching? #121

Closed
intellix opened this issue Feb 2, 2014 · 1 comment
Closed

Is it possible to do wildcard caching? #121

intellix opened this issue Feb 2, 2014 · 1 comment

Comments

@intellix
Copy link

intellix commented Feb 2, 2014

The fact nobody else has asked this makes me feel a little silly but, is it possible to cache via wildcard in config? *.css, *.js, *.jpg, *.png, *.html

I assume the resolver takes an array config of files it can pass you straight through to when a request comes through... perhaps there is a generator?

I ask as when I use a module that hasn't enabled caching for it's assets, I need to add them all and it's a little monotonous adding say... 30 assets.

@RWOverdijk
Copy link
Owner

It's currently not possible to do that. You could use collections to accomplish the same.

Otherwise a PR would be appreciated. It sounds like nice functionality to me.

@RWOverdijk RWOverdijk mentioned this issue May 28, 2014
Closed
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants