Skip to content

Commit 80ff7ff

Browse files
authored
Merge pull request sveltejs#39 from sveltejs/FredKSchott-patch-1
Update outdated kit README.md
2 parents 9418afb + 16e05af commit 80ff7ff

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/kit/README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,8 @@ It's currently missing a ton of stuff but I figured I'd throw it up on GitHub an
99
There are no tests yet or anything like that. Some of the code has just been straight copied over from the existing Sapper repo, but a pleasing amount of it can safely be left behind.
1010

1111

12-
## Snowpack impressions
13-
14-
This thing is really neat. It has some bugs and missing features, but identifying those is the whole purpose of this experiment, and so far I've been able to MacGyver my way around them:
15-
16-
* ~~the server app and the client app trip over each other [because Snowpack has a global caching mechanism](https://github.com/pikapkg/snowpack/discussions/1060). I'm currently working around it by symlinking various folders for one of the instances~~
17-
* it rewrites imports but seems to do so incorrectly at times? e.g. if you import `foo.svelte` it will rewrite it to `foo.svelte.js`, but that import will fail unless you modify the request to `foo.js`
18-
* ~~it'd be really nice if it exposed a JavaScript API so that it wasn't necessary to invoke the CLI in a child process and communicate with it over HTTP — ideally there'd be a way to 'import' a file from a Snowpack instance, and a way to run Snowpack as middleware that you can use with a regular HTTP server~~
19-
20-
2112
## Trying it out
2213

2314
Clone this repo, `npm install`, and `npm link`. That will create a global link to the `svelte` bin. You can then either `npm run build` or `npm run dev`, if you intend to make changes and see them immediately reflected.
2415

25-
Then, clone the corresponding [svelte-app-demo](https://github.com/sveltejs/svelte-app-demo) repo and follow the instructions therein.
16+
Then, clone the corresponding [svelte-app-demo](https://github.com/sveltejs/svelte-app-demo) repo and follow the instructions therein.

0 commit comments

Comments
 (0)