Created
October 29, 2014 08:35
-
-
Save henrebotha/6a8927b5e02d2af99fef to your computer and use it in GitHub Desktop.
livereload working
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ gramscout git:(staging) guard -P livereload | |
WARN: Unresolved specs during Gem::Specification.reset: | |
celluloid (>= 0.15.2) | |
WARN: Clearing out unresolved specs. | |
Please report a bug if this causes problems. | |
12:25:04 - INFO - Guard here! It looks like your project has a Gemfile, yet you are running | |
> [#] `guard` outside of Bundler. If this is your intent, feel free to ignore this | |
> [#] message. Otherwise, consider using `bundle exec guard` to ensure your | |
> [#] dependencies are loaded correctly. | |
> [#] (You can run `guard` with --no-bundler-warning to get rid of this message.) | |
12:25:05 - INFO - Guard is using TerminalTitle to send notifications. | |
12:25:05 - INFO - LiveReload is waiting for a browser to connect. | |
12:25:05 - INFO - Guard is now watching at '/Users/leaply/Documents/gramscout' | |
[1] LiveReload guard(main)> 12:26:19 - INFO - Browser connected. | |
12:30:11 - INFO - Reloading browser: /assets/media_queries.css | |
12:35:34 - INFO - Reloading browser: /assets/ui.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment