Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate scan dir from executable/build dir #55

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

kyleboyle
Copy link

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

@anarcher
Copy link

👍

2 similar comments
@slogsdon
Copy link

slogsdon commented Mar 6, 2015

👍

@alvarowolfx
Copy link

👍

@ibash
Copy link
Collaborator

ibash commented Nov 8, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants