-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
feature: add opn
to open browser in gulp script upon start
#281
Comments
also, this should only occur for development environment |
I think we can use the nodemon api to check before running |
Got it. I was out for the weekend I'll check it when I get home. |
pablopunk
added a commit
that referenced
this issue
Sep 11, 2017
pablopunk
added a commit
that referenced
this issue
Sep 12, 2017
Should we use gulp-nodemon to check for errors? |
niftylettuce
pushed a commit
that referenced
this issue
Sep 13, 2019
niftylettuce
pushed a commit
that referenced
this issue
Sep 13, 2019
niftylettuce
pushed a commit
that referenced
this issue
Sep 13, 2019
niftylettuce
pushed a commit
that referenced
this issue
Sep 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
one time only when a user
yarn start
's it should use the opn package to runawait opn(config.urls.web, { wait: false });
intemplate/gulpfile.js
so that it opens the user's browser for them!The text was updated successfully, but these errors were encountered: