Sha256: eac214212a367db8ef7b8c0b629b7ddcc3decb44f0571e6b84051c553f184482
Contents?: true
Size: 275 Bytes
Versions: 74
Compression:
Stored size: 275 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
74 entries across 62 versions & 15 rubygems