browserify-middleware icon indicating copy to clipboard operation
browserify-middleware copied to clipboard

support auto reloading for development

Open shime opened this issue 11 years ago • 4 comments

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

shime avatar Oct 15 '14 17:10 shime

That would be nice.

tcurdt avatar Mar 31 '15 19:03 tcurdt

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

bettiolo avatar Jun 18 '15 13:06 bettiolo

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

claudioc avatar Jan 01 '16 15:01 claudioc

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.

ForbesLindesay avatar Jan 03 '16 14:01 ForbesLindesay