karlfreeman / middleman-deploy

Deploy a middleman built site over rsync, ftp, stfp, or git (e.g. gh-pages on github).
MIT License
553 stars 124 forks source link

Prompt to build when build directory is missing #101

Closed charlieegan3 closed 5 years ago

charlieegan3 commented 9 years ago

Currently running deploy without building the project fails with:

... No such file or directory @ dir_chdir ...
bithavoc commented 8 years ago

any plans to merge this? as a workaround I had to use middleman deploy --before-build

or

activate :deploy do |deploy|
  deploy.build_before = true
  . . . 
end
charlieegan3 commented 5 years ago

Closing to tidy from my github todo list... :disappointed: