Sha256: 1b3634cd965103a5cc1207343321847a98ee25c3dfc3380646ea8de559700150
Contents?: true
Size: 274 Bytes
Versions: 7
Compression:
Stored size: 274 Bytes
Contents
# Add files and commands to this file, like the example: # watch(%r{file/path}) { `command(s)` } # guard :shell do clearing :on directories %w(. /mydev/cg-topics) watch(/.erb/) { |m| `cg compile` } watch(/(cg_config.rb|Rules)/) { |m| `cg reset; cg compile`} end
Version data entries
7 entries across 7 versions & 1 rubygems