css-modules / css-modulesify

A browserify plugin to load CSS Modules
MIT License
403 stars 47 forks source link

Fix: correctly emit 'css stream' #90

Closed joeybaker closed 8 years ago

joeybaker commented 8 years ago

Previously, the event would only get emitted on the first run. This is a problem for watchify-like environments.

Note: this is a breaking change.

joshwnj commented 8 years ago

Good one, thanks @joeybaker

joshwnj commented 8 years ago

Thanks for the readme update too.

Published v0.22.0