| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@codegangsta Any chance you would be willing to merge this? We've gotten a lot of great use out of gin, and the changes here should be backwards-compatible while adding support for additional use cases. |
Sorry, something went wrong.
|
@codegangsta any update on this? it has been pretty well tested, does not break the existing API and adds a must-have capability for many repos. |
Sorry, something went wrong.
|
Binding to a specific interface was just added with #88 -- if anyone wants to resolve conflicts I'd be happy to merge the second option. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR allows the user to:
Bind a particular interface. This is useful both for security (so you don't expose your development server), and also lets you bind to 127.0.0.1 to prevent OSX from launching a warning dialog when your firewall's on. (I avoided this to retain backwards-compatibility, but the ideal default would be to bind to 127.0.0.1.)
Choose a separate build and watch path. This is useful for many projects which nest their main packages inside of the repository.