Skip to content

Conversation

RedHatter
Copy link

This handles stream entries that were passed without a backing file and so do not have a modified time by comparing the contents of the steam once browserify has read it. This is especially useful when using browserify-incremental with gulp.

Copy link
Collaborator

@Macil Macil left a comment

Choose a reason for hiding this comment

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

  • Looks like this pull request has test or lint errors.
  • Can you add a new test that tests the new functionality?

});
}

var deferedQueue = [];
Copy link
Collaborator

Choose a reason for hiding this comment

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

If multiple browserify runs are happening simultaneously (it doesn't happen when using browserify from the CLI but can be done when using browserify from node), then it looks like they'll all share the same deferedQueue variable which doesn't seem intended.

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.

2 participants