go-watcher
go-watcher copied to clipboard
Add watch-ignore command
Added -watch-ignore argument so projects using other vendor-like folders such as a node_modules or vendor can use watcher. Paths are relative from the active directory and separated by semi-colon.
watcher -watch-ignore "node_modules;js/vendor"
Travis fail looks like a dependency fail?
@TobyWilkes Have you tried running it again?