express-livereload icon indicating copy to clipboard operation
express-livereload copied to clipboard

Adds livereload functionality to express app to make development easier on express app without repetitive ⌘ + S

Results 6 express-livereload issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 3.0.0rc4 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

use napcs/node-livereload mnmly/node-livereload has not been maintenance. you can watch multiple directories, by using napcs/node-livereload.

Hey! Can you provide github's repo URL inside package.json please :) Thanks a lot

From node-livereload [api options](https://github.com/napcs/node-livereload#api-options): > `https` is an optional object of options to be passed to https.createServer (if not provided, http.createServer is used instead) Their [test](https://github.com/napcs/node-livereload/blob/master/test/index.test.coffee#L54) shows how it works....

Is it possible to specify multiple directories for the watchDir config? If so can this be documented? I couldn't figure it out.