Sha256: 6638e198958542a727df37c81963a693048148e304f20d6a46d37529efe02b19

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 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

guard "cloudformation", :templates_path => "output" do
  watch(%r{^output/.+\.json$})
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lono-0.1.5 lib/files/Guardfile
lono-0.1.4 lib/files/Guardfile
lono-0.1.3 lib/files/Guardfile
lono-0.1.2 lib/files/Guardfile
lono-0.1.1 lib/files/Guardfile