Sha256: 55c2a598d2148ebc0955f5b68ed4c536c1218fdb55e9db3c3d76b8c5950c0dfe

Contents?: true

Size: 307 Bytes

Versions: 15

Compression:

Stored size: 307 Bytes

Contents

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

guard :process, name: 'server', command: 'bundle exec serve' do
  watch 'Gemfile.lock'
end

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

notification :notifu, :nosound => true

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
scholarmarkdown-2.8.0 bin/template/Guardfile
scholarmarkdown-2.7.0 bin/template/Guardfile
scholarmarkdown-2.6.0 bin/template/Guardfile
scholarmarkdown-2.5.0 bin/template/Guardfile
scholarmarkdown-2.4.0 bin/template/Guardfile
scholarmarkdown-2.3.0 bin/template/Guardfile
scholarmarkdown-2.2.0 bin/template/Guardfile
scholarmarkdown-2.1.0 bin/template/Guardfile
scholarmarkdown-2.0.0 bin/template/Guardfile
scholarmarkdown-1.4.0 bin/template/Guardfile
scholarmarkdown-1.3.1 bin/template/Guardfile
scholarmarkdown-1.3.0 bin/template/Guardfile
scholarmarkdown-1.2.0 bin/template/Guardfile
scholarmarkdown-1.1.0 bin/template/Guardfile
scholarmarkdown-1.0.0 bin/template/Guardfile