Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mvllow/11ty-webc-no-rebuild-repro
- Owner: mvllow
- Created: 2023-03-26T20:43:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T20:47:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T08:17:10.000Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/11ty/eleventy-plugin-webc/issues/62
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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