Last active
December 11, 2015 00:18
-
-
Save rknLA/4515420 to your computer and use it in GitHub Desktop.
guard fail outside of rails.
This file contains hidden or 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
source :rubygems | |
gem 'guard-sass' |
This file contains hidden or 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
guard init sass | |
guard 'sass', :input => 'style/sass', :output => 'style/css' |
This file contains hidden or 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
17:04:31 - 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.) | |
17:04:31 - ERROR - Invalid Guardfile, original error is: | |
> [#] undefined local variable or method `sass' for #<Guard::Dsl:0x007fc90a8621a0> | |
17:04:31 - ERROR - No guards found in Guardfile, please add at least one. | |
17:04:31 - INFO - Guard uses TerminalTitle to send notifications. | |
17:04:31 - INFO - Guard is now watching at '/Users/kevin/work/presentations/rdio-deck' | |
[1] guard(main)> | |
17:04:48 - INFO - Bye bye... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment