guard-live-set icon indicating copy to clipboard operation
guard-live-set copied to clipboard

Error when running guard init live-set

Open admbtlr opened this issue 10 years ago • 0 comments

I get the following error when running guard init live-set:

/Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-2.2.5/lib/guard/plugin/base.rb:53:in `read': No such file or directory - /Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-live-set-0.1.1/lib/guard/liveset/templates/Guardfile (Errno::ENOENT)
    from /Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-2.2.5/lib/guard/plugin/base.rb:53:in `template'
    from /Users/adam/.rvm/gems/ruby-2.0.0-p353/gems/guard-2.2.5/lib/guard/plugin_util.rb:129:in `block in add_to_guardfile'
...

Looks like it's looking for

gems/guard-live-set-0.1.1/lib/guard/liveset/templates/Guardfile

, when it should be looking for

gems/guard-live-set-0.1.1/lib/guard/live-set/templates/Guardfile.

But unfortunately I don't know enough about Guard to know when this path is set. Any ideas?

admbtlr avatar Apr 16 '14 19:04 admbtlr