Sha256: 94260c6ae8968dc4b6a5bde8199a0e9304a641b15cc97c6726f251e448ac8581
Contents?: true
Size: 306 Bytes
Versions: 12
Compression:
Stored size: 306 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
12 entries across 12 versions & 6 rubygems