Listen watcher for Spring

Build Status Gem Version

This gem makes Spring watch the filesystem for changes using Listen rather than by polling the filesystem.

Currently only Listen 1 is supported. However there is an effort to implement Listen 2 support.

Installation

Stop Spring if it's already running:

$ spring stop

Add this line to your application's Gemfile:

gem 'spring-watcher-listen', group: :development

And then execute:

$ bundle