gin icon indicating copy to clipboard operation
gin copied to clipboard

separate scan dir from executable/build dir

Open kyleboyle opened this issue 10 years ago • 4 comments

I've found this feature useful for the scenario where a project has multiple sibling packages, one of those siblings being the executable, the other beings libs/utils. example:

/project - base dir
/project/web - web server
/project/common - common buisness object and utilities
/project/batch - daemon processes

cd /project
gin -t . -e web

this will scan /project/* for changes and reload application defined in /project/web/

gin -t . works as before

kyleboyle avatar Jan 24 '15 22:01 kyleboyle

:+1:

anarcher avatar Jan 28 '15 15:01 anarcher

:+1:

slogsdon avatar Mar 06 '15 05:03 slogsdon

:+1:

alvarowolfx avatar Nov 27 '15 12:11 alvarowolfx

Sorry for the delay -- if you want to resolve conflicts I'd be happy to merge.

ibash avatar Nov 08 '16 18:11 ibash