Skip to content

Commit

Permalink
add a note about E-Tags and caching to how it works section
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Mar 5, 2022
1 parent 9f5286c commit 1ee4f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/pages/about/how-it-works.md
Expand Up @@ -24,6 +24,7 @@ During _development_ the CLI will:
- Process requests on the fly only for the content or code you need for a given page.
- Supports loading dependencies from _node_modules_ using an [`importMap`](https://github.com/WICG/import-maps) to avoid bundling.
- While Greenwood is ESM first, we have a [plugin](/plugins/custom-plugins/) to transform CommonJS into ESM (🤞)
- Leverage `E-Tag` headers to apply [caching techniques for unchanged assets](/blog/release/v0-24-0/#local-development-enhancements)

For _production_ builds:
- Combine all your code and dependencies into efficient modern bundles including minifying your JavaScript and CSS.
Expand Down

0 comments on commit 1ee4f54

Please sign in to comment.