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

Running both starting scripts in a single terminal #738

Closed
Rafajrg21 opened this issue Oct 7, 2021 · 1 comment
Closed

Running both starting scripts in a single terminal #738

Rafajrg21 opened this issue Oct 7, 2021 · 1 comment

Comments

@Rafajrg21
Copy link

When I forked the project and started my developing process I thought about how it would be easier to run both starting commands (yarn dev and hugo server) in a single terminal.

My proposal is to add the concurrently package to the Dev dependencies and use it from a single start script. Personally I think that's a better developer experience than having two terminal tabs/windows open.

@baltpeter
Copy link
Member

Thanks for the suggestion. So far, we haven't done that as both Hugo and Webpack produce a fair amount of (sometimes relevant) terminal output and this approach would mix them, making it harder to read.

And with the changes in #701, this won't be necessary anymore anyway, as we are then building the JS through Hugo as well.

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

No branches or pull requests

2 participants