Sha256: 74f342ad03530feeffda4bd34a9e43130ae25e96c1fe6e9fdcb13face5a7d0ee

Contents?: true

Size: 275 Bytes

Versions: 9

Compression:

Stored size: 275 Bytes

Contents

guard 'rack', :port => 3000 do
  watch 'Gemfile.lock'
end

guard :nanoc do
  watch 'nanoc.yaml'
  watch 'Rules'
  watch %r{^(content|layouts|lib)/}
end

guard :livereload do
  watch(%r{^output/}) { |m| m[0].sub(%r{^output/}, '') }
end

notification :notifu, :nosound => true

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
scholarmarkdown-3.2.1 bin/template/Guardfile
scholarmarkdown-3.2.0 bin/template/Guardfile
scholarmarkdown-3.1.0 bin/template/Guardfile
scholarmarkdown-3.0.1 bin/template/Guardfile
scholarmarkdown-3.0.0 bin/template/Guardfile
scholarmarkdown-2.11.0 bin/template/Guardfile
scholarmarkdown-2.10.1 bin/template/Guardfile
scholarmarkdown-2.10.0 bin/template/Guardfile
scholarmarkdown-2.9.0 bin/template/Guardfile