Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Output logging messages when using watch instead of devServer #378

Merged
merged 1 commit into from
Oct 26, 2017
Merged

Output logging messages when using watch instead of devServer #378

merged 1 commit into from
Oct 26, 2017

Conversation

eliperelman
Copy link
Member

Fixes #375.

So, incremental building actually works, it just doesn't show a new console message every time like the dev server currently does. This PR should fix that.

@eliperelman eliperelman requested a review from a team October 25, 2017 17:59
@@ -33,6 +33,13 @@ module.exports = (middleware, args) => {

if (!compiler.options.devServer) {
spinner.succeed('Build completed');
const building = ora('Source changed, re-compiling');
Copy link
Member

Choose a reason for hiding this comment

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

Should this say "Waiting for initial build to finish" or similar, instead?

Copy link
Member

Choose a reason for hiding this comment

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

Or "Performing initial build" etc

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, good catch.

@eliperelman
Copy link
Member Author

Updated.

@eliperelman eliperelman merged commit dbc12fd into neutrinojs:master Oct 26, 2017
zeropaper pushed a commit to zeropaper/neutrino-dev that referenced this pull request Oct 29, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Incremental building is not performed on basic config
2 participants