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

Try to fix the 'images-resize` task's handling of :out-dir. #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wiseman
Copy link
Contributor

@wiseman wiseman commented May 23, 2019

Fixes #233.

I think this makes images-resize's behavior more consistent with
other tasks with regard to putting output files in a location corresponding to their original locations. Specifically, this keeps resized images next to the original images, unless :out-dir is used.

I'm guessing there might be a better way of doing this, since other tasks can have a default :out-dir "public" and this uses a default :out-dir nil.

I think this makes `images-resize`'s behavior more consistent with
other tasks.

Fixes hashobject#233.
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

Successfully merging this pull request may close these issues.

'images-resize' task moves images
1 participant