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

add extension log to nodemon watch list #732

Merged
merged 1 commit into from
Feb 26, 2018
Merged

Conversation

jchip
Copy link
Member

@jchip jchip commented Feb 26, 2018

No description provided.

@didi0613
Copy link
Contributor

lgtm

@jchip jchip merged commit 7558912 into electrode-io:master Feb 26, 2018
@@ -571,7 +571,7 @@ Individual .babelrc files were generated for you in src/client and src/server
: `node ${AppMode.src.server}`;
return exec(
`nodemon`,
`--delay 1 -C --ext js,jsx,json,yaml ${watches}`,
`--delay 1 -C --ext js,jsx,json,yaml,log ${watches}`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we want this? Any logging will restart the server?

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.

3 participants