eleventy-dev-server icon indicating copy to clipboard operation
eleventy-dev-server copied to clipboard

A minimal generic web-development web server.

Results 27 eleventy-dev-server issues
Sort by recently updated
recently updated
newest added

Currently, when attempting to use `webpack-hot-middleware` as EleventyDevServer middleware, `webpack-hot-middleware`'s browser client cannot connect to the endpoint exposed by `webpack-hot-middleware`, for whatever reason. From what I've been able to figure...

enhancement

It would be great if there was an option to have the dev server (via `eleventyConfig.setServerOptions`) return some pre-set response headers. My use case for this is to have my...

enhancement

I have my nav in `_include` dir. I can access all pages fine, but links in njk template aren't prefixed correctly. The same links are properly prefixed in files generated...

hi there. i’m using eleventy 2.0 and my folder with the simplest setup for css file: a `css` folder that contains a `main.css` filled like this ``` @import url("./modules/fonts.css"); @import...

This PR introduces a new option to make the eleventy-dev-server insert an environment variable called `ELEVENTY_SERVER_BASEURL` with the full base URL that the site is served on. The main reason...

Hello! I'm trying to upgrade my site to Eleventy 2.0.0 and the only feature I'm missing from the old BrowserSync server is the ability to not inject the snippet on...

enhancement

Hi! Maybe it'll duplicate some issues, but I think this one can be solved. I use Petite-Vue framework on my pages, and it provides some non-standart attributes like `@vue:mounted` and...

This feature adds the ability to define a rebuildUrl in the config. When eleventy-dev-server is running and a POST request is made to that URL, 11ty rebuilds the site. Usage:...

This is mainly meant for discussion purposes. It adds a new middleware `netlifyRedirectMiddleware`, which uses netlify packages to parse and handle redirects. It's not the best code right now. I'm...

In the spirit of using this outside of 11ty / Jamstack contexts, a Browsersync feature I am missing righ now (unless I am mistaken) is the ability to proxy a...

enhancement