- From: Drew Powers via GitHub <noreply@w3.org>
- Date: Sat, 16 Aug 2025 21:19:04 +0000
- To: public-design-tokens-log@w3.org
drwpow has just submitted a new pull request for https://github.com/design-tokens/community-group: == Fix auto-refresh == ## Changes Fixes auto refresh in eleventy. There are a few problems with our configuration: 1. Eleventy’s passthrough behavior, for some reason, disables auto-refreshing. Not sure why. 2. Eleventy also has special handling for HTML, so we have to basically treat `.html` as an “input” so Eleventy auto-reloads and auto-builds when it changes 3. There was also some magic behavior we had to opt out of, such as Eleventy respecting `.gitignore` files that is somewhat unusual There was an optional improvement made where now **only the spec you’re editing rebuilds in `dev` mode.** As opposed to any change rebuilding all specs. ## How to Review - Manually tested See https://github.com/design-tokens/community-group/pull/294 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 16 August 2025 21:19:05 UTC