ForbesLindesay / browserify-middleware

express middleware for browserify, done right
http://browserify.org
MIT License
381 stars 66 forks source link

support auto reloading for development #67

Open shime opened 9 years ago

shime commented 9 years ago

it would be nice to have support for watching files and browserifying them as they change. can we support this with watchify?

tcurdt commented 9 years ago

That would be nice.

bettiolo commented 9 years ago

:+1: This would be the killer feature for me.

claudioc commented 8 years ago

At the beginning of the readme it says "automatically rebuilds whenever files change in development", but it's not working for me.

ForbesLindesay commented 8 years ago

We do this, always have, always will. What we don't do is automatically refresh the browser for people. If someone wanted to write a pull request to integrate hot re-loading (which there are already some implementations of for browserify) I would be happy to consider merging it.