You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know there's been a lot back and forth about the move/copy strategy in this package. But we have some sites that has a lot of images. These sites more or less doubles in size when copying the assets instead of moving them, which gives us different problems.
Would you accept a pull request adding the option to copy instead of moving, and that we default to copying?
The text was updated successfully, but these errors were encountered:
This is a first try to add a `copyAssets` option, which you can set to
`false` and then get your assets moved instead of copied. Sometimes,
that's what you want.
Hi!
I know there's been a lot back and forth about the move/copy strategy in this package. But we have some sites that has a lot of images. These sites more or less doubles in size when copying the assets instead of moving them, which gives us different problems.
Would you accept a pull request adding the option to copy instead of moving, and that we default to copying?
The text was updated successfully, but these errors were encountered: