i6502/Guardfile

10 lines
243 B
Plaintext
Raw Normal View History

2014-08-13 09:49:33 +00:00
# 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 'go', test: true, server: 'cpu.go' do
watch(%r{\.go$})
end