presstube / turkey

A turnkey starting point for JS projects
0 stars 1 forks source link

Wire up live-reloading for webpack dev server #4

Closed presstube closed 8 years ago

presstube commented 8 years ago

The dev process can't use old-school livereload b/c webpack is holding main.js in memory, so LiveReload can't detect the changes.

Wiring up livereload with webpack would be handy.

presstube commented 8 years ago

got something going in https://github.com/presstube/turkey/pull/5

jasonkuhrt commented 8 years ago

Closing because I think #6 resolved this issue.