Sha256: fec9ea4953c23caff841a3b2044b3489b1dfd6c64aeaec464c41ff5b8f65360f
Contents?: true
Size: 347 Bytes
Versions: 17
Compression:
Stored size: 347 Bytes
Contents
# encoding: utf-8 # A sample Guardfile # More info at https://github.com/guard/guard#readme # Add files and commands to this file, like the example: # watch(%r{file/path}) { `command(s)` } # guard :shell do watch(%r{^source/slides/.+\.(?:erb|html)}) do $stderr.puts 'Running middleman' system('bundle exec middleman build') end end
Version data entries
17 entries across 17 versions & 2 rubygems