Closed RubenVerborgh closed 8 years ago
guard-nanoc doesn’t run a HTTP server. Maybe you have nanoc view
or adsf
running somewhere?
Ah woops, my Guardfile
indeed has
guard :process, name: 'server', command: 'bundle exec serve' do
watch 'Gemfile.lock'
end
Must have picked this up from somewhere.
guard -i
solved this BTW
It often happens to me (OS X) that the HTTP server doesn't terminate when I stop guard, even though: