Sha256: d81fbd164a0db5dd48ae57324fb9f9a7486380dccbeea61dea00be71df3804b9

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rake', task: 'test' do
  watch(%r{^test/.+$})
  watch(%r{^lib/.+$})
  watch(%r{^views/.+$})
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
site-inspector-3.1.1 Guardfile