browserify / factor-bundle

factor browser-pack bundles into common shared bundles
Other
402 stars 27 forks source link

When does the process done? #57

Open naorye opened 9 years ago

naorye commented 9 years ago

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)?