1.0.2 • Published 8 years ago

gulp-live-serve v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

gulp-live-serve

A fork of gulp-serve

with serve-index for serving directory, use config.root for url

and connect-livereload for adding the livereload script to the response

We can't use gulp-serve with middlewares option to do this, because serve-index must be the last middleware, and connect-livereload should applied ahead of them

Usage

var serve = require('gulp-live-serve')
serve({
  root: './test/',
  port: 3006,
  livereload: {
    port: 35729 // default port
  }
})()

API

  • config.serveIndex for options of serve-index
  • config.livereload for options of connect-livereload

See gulp-serve#readme