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

How to use nodemon benefits? #437

Open
Elegarret opened this issue Jun 21, 2016 · 2 comments
Open

How to use nodemon benefits? #437

Elegarret opened this issue Jun 21, 2016 · 2 comments
Labels

Comments

@Elegarret
Copy link

This project uses nodemon module, but I dont undestand how to use it correctly in dev process. Nodemon tracks /bin folder which is generated from /src when starting npm. So when I make changes to src nodemon doesnt restart server. It restarts only when I make changes to bin, but it makes no sense.

What is the right way to run server so it would handle changes to src and apply them without manual restarting npm after every changes of sources?

@abalabahaha
Copy link
Collaborator

There is a gulp watch task, but it appears is is broken currently (doesn't compile to bin while the server is running)

@Elegarret
Copy link
Author

Thanks for answer, @abalabahaha But I'm quite unfamiliar with that gulp thing. Is there any easy way to fix it? Or probably I would set project to run directly from src?:)

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

No branches or pull requests

2 participants