Sha256: ca4a114354024e7652d674fa63a7ad31211173f8205cf272e33fc58669b13495
Contents?: true
Size: 283 Bytes
Versions: 31
Compression:
Stored size: 283 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard "lono" do watch(%r{^blueprints/.*$}) watch(%r{^configs/.*$}) end # Commented out due to CF rate limiting # guard "cloudformation", templates_path: "output" do # watch(%r{^output/.+\.yml$}) # end
Version data entries
31 entries across 31 versions & 1 rubygems