locomotivecms / wagon

Wagon is a command line tool that let's you develop for Locomotive right on your local machine.
https://www.locomotivecms.com
MIT License
188 stars 117 forks source link

Continue deploy also when single file caused error. #412

Open psal0 opened 2 years ago

psal0 commented 2 years ago

My project has lots of theme asset files, in my current case revloution slider. When i deploy my theme, wagon runs into the error:

  persisting revolution/fonts/font-awesome/fonts/fontawesome-webfont.svg [failed]
    Resource invalid: local_path is already taken

SInce that file exists already serverside, i dont really care. But the deploy process stopps due to that error. It would be very useful if wagon continues to deploy other files and just shows the errormessages related to a specific file.

greyskin commented 2 years ago

Yes this is a nice suggestion. It would be nice to be able to choose whether to terminate or continue if there is an error.