Closed rstacruz closed 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({ ... }))
oops, nevermind... it turns out it's fine. cheers!
Using https://www.npmjs.com/package/superstatic doesn't seem to inject the LR script.