Skip to content

Instantly share code, notes, and snippets.

@vaz
vaz / vagrant-fixes-for-watch-polling.md
Last active October 31, 2020 12:50
Various fixes for file-watching and live-reloading when running servers in Vagrant

Vagrant fixes for file-watching servers

These snippets show how to enable polling for filesystem changes when using

  • nodemon for Node apps (ExpressJS, etc)
  • rails server
  • webpack-dev-server --watch
  • ember server

You can probably look at these examples and Google to find similar solutions for other dev servers.