Skip to content

Eleventy Dev Server v1.0.0

Compare
Choose a tag to compare
@zachleat zachleat released this 13 Jan 22:18
· 87 commits to main since this release

The stable release! This development server was originally developed for Eleventy to replace its browser-sync dependency but evolved to include its own standalone CLI for independent use!

Features

Usage

With Eleventy

If using with Eleventy (2.0 or newer), this server is bundled with Eleventy and does not require a separate install!

Please review the full Eleventy Dev Server docs on 11ty.dev.

Relevant videos on the Eleventy YouTube Channel

Standalone CLI

Eleventy Dev Server includes a CLI. The CLI is for standalone (non-Eleventy) use only: separate installation is unnecessary if you’re using this server with @11ty/eleventy.

npm install -g @11ty/eleventy-dev-server

# Alternatively, install locally into your project
npm install @11ty/eleventy-dev-server

This package requires Node 14 or newer.

Contributions from:

  • fixes error on LAN live-reload by @wommy in #23
  • fix: reload client gets injected before importmaps, breaking importmaps by @p-ob in #33