Sha256: a4e81692be7dbe452e834d7c76cf22a9ae62792dfbb51facc4272e670337fd69
Contents?: true
Size: 307 Bytes
Versions: 2
Compression:
Stored size: 307 Bytes
Contents
guard :depend, # The path to the output generated by cmd. output_paths: -> () { Dir['build/bin/*.dll'] }, # The command to run if the output is outdated or does not exist. cmd: %w(bundle exec rake compile), # Whether to run at startup. run_on_start: false do watch(%r{^source/.*\.cs$}i) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guard-depend-0.1.0 | lib/guard/depend/templates/Guardfile |
guard-depend-0.0.1 | lib/guard/depend/templates/Guardfile |