Skip to content

Commit

Permalink
www: remov no build step from marketing (denoland#2407)
Browse files Browse the repository at this point in the history
We've been moving away from that for a couple of months now, so
featuring the "no build step" prominently in our marketing feels wrong.
  • Loading branch information
marvinhagemeister authored Apr 18, 2024
1 parent 5d490c8 commit 0e5962c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Some stand-out features:
- Just-in-time rendering on the edge.
- Island based client hydration for maximum interactivity.
- Zero runtime overhead: no JS is shipped to the client by default.
- No build step.
- No configuration necessary.
- TypeScript support out of the box.
- File-system routing à la Next.js.
Expand Down
1 change: 0 additions & 1 deletion docs/latest/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ for the best experience.

Some stand out features:

- No build step
- Zero config necessary
- JIT rendering on the edge
- Tiny & fast (no client JS is required by the framework)
Expand Down
7 changes: 0 additions & 7 deletions www/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,6 @@ function Features() {
</div>
</div>

<div class={item}>
<FeatureIcons.NoBuild />
<div class={desc}>
<b>No build step</b>.
</div>
</div>

<div class={item}>
<FeatureIcons.Garbage />
<div class={desc}>
Expand Down

0 comments on commit 0e5962c

Please sign in to comment.