Sha256: 9f563cdef411e8504fceeaed2aa97426fac9735eaaa060ee1fc33cf8a0c94878

Contents?: true

Size: 274 Bytes

Versions: 30

Compression:

Stored size: 274 Bytes

Contents

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

guard 'bundler' do
  watch('Gemfile')
  # Uncomment next line if Gemfile contain `gemspec' command
  # watch(/^.+\.gemspec/)
end

guard 'rake', :task => 'assets:compile' do
  watch(%r{^assets\/})
end

Version data entries

30 entries across 27 versions & 9 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
challah-0.9.1.beta.3 vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
devise_sociable-0.1.0 vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
challah-0.9.1.beta vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
challah-0.9.0 vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
challah-rolls-0.2.0 vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
challah-0.8.3 vendor/bundle/gems/simplecov-html-0.7.1/Guardfile
simplecov-html-0.7.1 Guardfile
simplecov-html-0.7.0 Guardfile