Closed veke closed 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
gulp-live-server/index.js:201 this.lr.changed({body: {files: [filepath]}}); TypeError: Cannot read property 'lr' of undefined
server.notify.call(server) fixed this. Same as #26
server.notify.call(server)
Changed notify syntax was the problem.
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