browserify / browserify/factor-bundle
When does the process done?
Open
- Dominant language
- JavaScript
- Stars
- 397
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
I am using browserify and this factor-bundle plugin within gulp. I am outputting the result to writable streams (this is from browserify init):
```
entries: bundleEntries,
plugin: [ [ 'factor-bundle', { outputs: bundleOutputs.map(writeScript) } ] ]
```
How can I know when the gulp tasks ends (after all writeScript() calls done)?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.