contentascode/docsmith

View on GitHub
templates/init-metalsmith-grunt/grunt/connect.yml

Summary

Maintainability
Test Coverage
options:
  port: "<%= ports.app %>"
  livereload: "<%= ports.livereload %>"
  hostname: "localhost"
livereload:
  options:
    open: true
    base: "<%= paths.dist %>"
test:
  options:
    port: "<%= ports.test %>"
    base:
      - "<%= paths.dist %>"
    livereload: false
dist:
  options:
    open: true
    base: "<%= paths.dist %>"
    livereload: false