-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add CLI flag to to reload gulp on gulpfile change #51
Comments
+1 |
I think that this is better handled by external tools like nodemon or pm2 |
Sure, but we always defer to external libraries when they do things better. We've already added lots of flags and the more we add, the more we clash with end users flags. I personally use a --watch flag inside my gulpfiles so I wouldn't want to take over that flag in the CLI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While there are a couple of workarounds for this floating around (see @tilap's example) having this feature baked in and accessible via flag would be pretty sweet.
The text was updated successfully, but these errors were encountered: