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