-
Notifications
You must be signed in to change notification settings - Fork 92
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
Have cropps ONLY handle images that are in one of the upload directories #13
Comments
Huh, the problem is that we don't actually store upload directories in the config file now. It's the public_path(). |
Do I add a new config option, then, that adds a condition to the pattern filter? |
Yeah, do it as config option. Most host in there too. And get rid of that new one you are merging in for public directory. The search dirs should be used for that. |
And with /apple-touch-icon-152x152-precomposed.png |
This allows the src_dir == public config #13
Check out this exception:
https://bkwld.codebasehq.com/projects/mcdonalds-goodmorningstl/exceptions/33bca9b0-2a4d-5031-0ed3-ec645227e658
This route was triggering croppa: http://goodmorningstl.com/apple-touch-icon-72x72-precomposed.png
The text was updated successfully, but these errors were encountered: