stash/vendor/github.com/jinzhu/copier/Guardfile
WithoutPants 34d829338d
Add image scraping support (#370)
* Add sub-scraper functionality
* Add scraping of performer image
* Add scene cover image scraping
* Port UI changes to v2.5
* Fix v2.5 dialog suggest color
* Don't convert eol of UI to support pretty
2020-03-11 11:41:55 +11:00

3 lines
41 B
Ruby

guard 'gotest' do
watch(%r{\.go$})
end