You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ bundle exec guard -d
00:26:09 - DEBUG - Notiffany: gntp not available (Please add "gem 'ruby_gntp'" to your Gemfile and run your app with "bundle exec".).
00:26:09 - DEBUG - Notiffany: growl not available (Unsupported platform "linux-gnu").
00:26:09 - DEBUG - Notiffany: terminal_notifier not available (Unsupported platform "linux-gnu").
00:26:09 - DEBUG - Notiffany: libnotify not available (Please add "gem 'libnotify'" to your Gemfile and run your app with "bundle exec".).
00:26:09 - DEBUG - Command execution: which notify-send
00:26:09 - DEBUG - Notiffany: notifysend not available (libnotify-bin package is not installed).
00:26:09 - DEBUG - Notiffany: notifu not available (Unsupported platform "linux-gnu").
00:26:09 - DEBUG - Command execution: {"ALTERNATE_EDITOR"=>"false"} emacsclient --eval '1'
00:26:09 - DEBUG - Notiffany: emacs not available (Emacs client failed).
00:26:09 - DEBUG - Notiffany: tmux not available (:tmux notifier is only available inside a TMux session.).
00:26:09 - DEBUG - Notiffany: file not available (No :path option given).
00:26:09 - DEBUG - Notiffany is using TerminalTitle to send notifications.
00:26:09 - DEBUG - Command execution: hash stty
00:26:09 - DEBUG - Guard starts all plugins
00:26:09 - DEBUG - Hook :start_begin executed for Guard::LiveReload
00:26:09 - INFO - LiveReload is waiting for a browser to connect.
00:26:09 - DEBUG - Hook :start_end executed for Guard::LiveReload
00:26:09 - INFO - Guard is now watching at '###############'
00:26:09 - DEBUG - Start interactor
I'm unable to connect to Guard using the Chrome browser extension. Upon debugging, it looks like retrieving livereload.js just hangs.
Guardfile
Gemfile
Starting with debug flag
Testing with wget
and then it just hangs forever.
The text was updated successfully, but these errors were encountered: