davidguttman / cssify

Simple middleware for Browserify to add css styles to the browser.
122 stars 19 forks source link

Support injecting styles multiple times #24

Closed faergeek closed 8 years ago

faergeek commented 8 years ago

It's needed when you're rebundling multiple times without reloading. See https://github.com/AgentME/browserify-hmr.

So instead of creating style tag on every transformation it tries to find existing tag.

davidguttman commented 8 years ago

Nice, looking forward to trying out hot reloading!