gin icon indicating copy to clipboard operation
gin copied to clipboard

Allow watching multiple paths for changes

Open rselbach opened this issue 9 years ago • 5 comments

Hi, this change allows gin to watch multiple paths for changes.

The PR also adds a new parameter (--cwd or -d) to specify where to build from. It defaults to the current directory which is how it worked before the change.

The parameter --path now can include multiple paths in the format of that PATH variable (i.e. a list of paths separated by os.PathListSeparator)

Please consider merging. Thanks, -rst.

rselbach avatar Apr 06 '15 14:04 rselbach

+1.

We build shared libraries for some of our projects. I would love to run gin in two application folders, each of which watches the local folder and the shared folder. Then when I make a change in the shared project, both applications rebuild.

tdterry avatar Apr 24 '15 15:04 tdterry

+1

alvarowolfx avatar Nov 27 '15 12:11 alvarowolfx

+1

ghost avatar Dec 16 '15 04:12 ghost

+1

m1ch0pv avatar Feb 17 '16 22:02 m1ch0pv

Sorry for the delay. It looks like there's conflicts with this, if you want to resolve them I'd be happy to merge.

ibash avatar Nov 08 '16 18:11 ibash