fswatch icon indicating copy to clipboard operation
fswatch copied to clipboard

Watch external directory

Open camstuart opened this issue 7 years ago • 0 comments

Is there a way to watch external directories (outside the current project)

Like:

 pattens:
  - '**/*.go'
  - '**/*.yml'
  - '$GOPATH/src/gitlab.com/my-library/**/*.go'

I am building some packages that live outside the project, and I want to have my project restart when those files are changed

It may be I just have the incorrect syntax

camstuart avatar Feb 15 '19 01:02 camstuart