Sha256: 3385dcb9c3418b108c48d0ff64e1ce058ed477b672c0aea6540cd34291bdb4ae
Contents?: true
Size: 287 Bytes
Versions: 30
Compression:
Stored size: 287 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/.+\.json$}) # end
Version data entries
30 entries across 30 versions & 1 rubygems