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