Skip to content

Instantly share code, notes, and snippets.

@pmallol
Last active July 6, 2020 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmallol/9165cfa2aecccfa25f842d958156a74d to your computer and use it in GitHub Desktop.
Save pmallol/9165cfa2aecccfa25f842d958156a74d to your computer and use it in GitHub Desktop.
Add LiveReload to a Middleman app running inside Docker
# Activate and configure extensions
# ...
# Livereload
activate :livereload, host: '0.0.0.0', port: '1234'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment