Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvllow/11ty-webc-no-rebuild-repro

Changes to 11ty webc components do not cause a site rebuild.
https://github.com/mvllow/11ty-webc-no-rebuild-repro

Last synced: about 2 months ago
JSON representation

Changes to 11ty webc components do not cause a site rebuild.

Awesome Lists containing this project

README

        

# 11ty-webc-no-rebuild-repro

> Changes to 11ty `_components/**/*.webc` do not cause a site rebuild.

## Repro

1. Install dependencies and run development server
```sh
npm install && npm run dev
```
2. Modify `_components/my-header.webc`
3. Changes will not be applied until manually restarting the server