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