V
V
vvmgev2015-05-02 17:44:37
linux
vvmgev, 2015-05-02 17:44:37

No plugins found in Guardfile, please add at least one?

the console gives such an error on the know which plugin wants

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kevit, 2015-05-05
@kevit

Guardfile must contain at least
require 'guard/compat/plugin'
module ::Guard
class InlineGuard < Plugin
def run_all
end
def run_on_modifications(paths)
end
end
end

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question