-
Notifications
You must be signed in to change notification settings - Fork 379
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
Force cache resolve ? #966
Comments
I actually needed exactly the same thing recently and had amended the console command to accomplish it. I turned my temporary code into a proper pull request in #967 --- see how that works for you with the added option for f in "$(ls path/to/images/*.jpg)"; do
bin/console liip:imagine:cache:resolve --filter=my_filter_name "${f}"
done |
awesome ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, is there a way to force cache resolve ?
I would like to re generate all my thumbnails without remove them.
Thanks
The text was updated successfully, but these errors were encountered: