Skip to content

Commit

Permalink
chore(examples): remove snowpack example (#229)
Browse files Browse the repository at this point in the history
This removes the Snowpack example because it is [no longer maintained](https://github.com/FredKSchott/snowpack/blob/7f9b5455683a9d7632dbd7f4ed6db9ec2bb7c760/README.md) as of April 2022. Vite is the recommended alternative.
  • Loading branch information
metonym authored Aug 2, 2022
1 parent 0998916 commit 6f859bb
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 3,064 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ TypeScript definitions are auto-generated by SvelteKit.

- [examples/rollup](examples/rollup)
- [examples/rollup-typescript](examples/rollup-typescript)
- [examples/snowpack](examples/snowpack)
- [examples/sveltekit](examples/sveltekit)
- [examples/vite](examples/vite)
- [examples/webpack](examples/webpack)
Expand Down
4 changes: 2 additions & 2 deletions demo/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@
<Column xlg={9} lg={12}>
<h3 class="mb-7">Examples</h3>
<p class="mb-5">
Example set-ups – including SvelteKit, Vite, Rollup, Webpack, and Snowpack
– are located in the
Example set-ups – including SvelteKit, Vite, Rollup, and Webpack – are
located in the
<Link
inline
size="lg"
Expand Down
3 changes: 0 additions & 3 deletions examples/snowpack/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions examples/snowpack/App.svelte

This file was deleted.

13 changes: 0 additions & 13 deletions examples/snowpack/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions examples/snowpack/index.html

This file was deleted.

5 changes: 0 additions & 5 deletions examples/snowpack/index.js

This file was deleted.

15 changes: 0 additions & 15 deletions examples/snowpack/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions examples/snowpack/snowpack.config.js

This file was deleted.

Loading

0 comments on commit 6f859bb

Please sign in to comment.