Class: Guard::Jekyll

Inherits:
Guard
  • Object
show all
Defined in:
lib/guard/jekyll.rb

Instance Method Summary collapse

Instance Method Details

#run_allObject



13
14
15
# File 'lib/guard/jekyll.rb', line 13

def run_all
  rebuild
end

#run_on_changes(paths) ⇒ Object



17
18
19
# File 'lib/guard/jekyll.rb', line 17

def run_on_changes(paths)
  rebuild
end

#startObject



8
9
10
11
# File 'lib/guard/jekyll.rb', line 8

def start
  UI.info 'Guard::Jekyll is watching for file changes'
  rebuild
end