Sha256: c2c070f5b87db1cb658ccbc4ccd131c24e7a5054464c6cfefc426d47169daf7b
Contents?: true
Size: 314 Bytes
Versions: 8
Compression:
Stored size: 314 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme ## Uncomment and set this to only include directories you want to watch # directories %w(app lib config test spec feature) ## Uncomment to clear the screen before every task # clearing :on watch(/^(app\/|config\/)/) do |m| `rake` end
Version data entries
8 entries across 8 versions & 1 rubygems