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'm not sure if this is best posted here or on middleman-imageoptim.
When I run imageoptim it generates an imageoptim.manifest.yml to prevent optimising images it's already done. However the following error occurs when running deploy:
error: Your local changes to the following files would be overwritten by checkout:
imageoptim.manifest.yml
Please, commit your changes or stash them before you can switch branches.
Aborting
The only way to resolve the error is to delete the /build/ folder entirely
The text was updated successfully, but these errors were encountered:
I'm not sure if this is best posted here or on middleman-imageoptim.
When I run imageoptim it generates an
imageoptim.manifest.yml
to prevent optimising images it's already done. However the following error occurs when running deploy:error: Your local changes to the following files would be overwritten by checkout: imageoptim.manifest.yml Please, commit your changes or stash them before you can switch branches. Aborting
The only way to resolve the error is to delete the
/build/
folder entirelyThe text was updated successfully, but these errors were encountered: