gimm / gulp-live-server

serve your nodejs/static app live
148 stars 71 forks source link

Using this with webpack dev-server #35

Closed veke closed 9 years ago

veke commented 9 years ago

0.0.14 is the last working version when combining with webpack dev-server. Newer versions fail with message: gulp-live-server/index.js:201 this.lr.changed({body: {files: [filepath]}}); TypeError: Cannot read property 'lr' of undefined

veke commented 9 years ago

server.notify.call(server) fixed this. Same as #26

Changed notify syntax was the problem.