Sha256: b8d4c3f459943162c444cb92a77770c237b53300909ff7cd87dd234aa446f0cd

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

# frozen_string_literal: true

# 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

1 entries across 1 versions & 1 rubygems

Version Path
simplecov-html-formatter-0.12.3.1 Guardfile