rotundasoftware / parcelify

Add css to your npm modules consumed with browserify.
MIT License
251 stars 20 forks source link

`bundleWritten` not emitted in watch mode? #33

Closed alessioalex closed 9 years ago

alessioalex commented 9 years ago

Hey @dgbeck I'm trying to determine when the bundle has been written to disk, but it seems that neither the done event or bundleWritten events are being emitted when that happens if watch mode is enabled.

Is this by design or is it a bug? Also, is there another way to determine this? Tnx

dgbeck commented 9 years ago

Hi @alessioalex this should be resolved in #34 . Closing here, can pick discussion on #34 if it is still an issue. Thanks!