Sha256: 225679a0a18d2d79fe52c367f3855aadb7ddd3a7d05f008408e5bfc7ef27a387

Contents?: true

Size: 257 Bytes

Versions: 8

Compression:

Stored size: 257 Bytes

Contents

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

guard 'ctags-bundler', :src_path => [".", "app", "lib", "spec/support"], :stdlib => true do
  watch(/^(app|lib|spec\/support)\/.*\.rb$/)
  watch(/^*.rb$/)
  watch('Gemfile.lock')
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
page_magic-1.0.0.alpha4 Guardfile
page_magic-1.0.0.alpha3 Guardfile
page_magic-0.11.0.alpha8 Guardfile
page_magic-0.11.0.alpha7 Guardfile
page_magic-0.11.0.alpha6 Guardfile
page_magic-1.0.0.alpha2 Guardfile
page_magic-1.0.0.alpha Guardfile
page_magic-0.11.0.alpha5 Guardfile