intesso / connect-livereload

connect middleware for adding the livereload script to the response
MIT License
305 stars 53 forks source link

Not working with superstatic #66

Closed rstacruz closed 9 years ago

rstacruz commented 9 years ago

Using https://www.npmjs.com/package/superstatic doesn't seem to inject the LR script.

var app = connect()
  .use(require('connect-livereload')())
  .use(superstatic({ ... }))
rstacruz commented 9 years ago

oops, nevermind... it turns out it's fine. cheers!