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