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