J

Results 80 comments of J

My implementation of the Windi CSS adder is being removed. **After** the `svelte-add` rewrite, someone who can be trusted to set it up correctly and maintain it can contribute it...

Yes, I'm going to leave this open for a little bit because it's clear `svelte-add` needs some internal infrastructure updates to support this. I also tested out the adder and...

> Another possibility would be changing the target/platform based on whether or not it is a "preview" build. Since previewing first requires us to build the app with a separate...

> ``` > import Logo1 from '../../static/title.png?w=300;400;500&format=webp&srcset' > ``` Is it a better idea to put your images like this in the `src` folder instead of importing from `static` which...

> > > hmmmm... > > might it be worth considering adding some sort of official Svelte/Kit support for some sort of `assets` folder in the `src` folder for images...

No problem, I've sent you an invite! Sorry for my absence 😰

I added the `svelte-add` package to the organization, I think, did that work?

@pine3ree fortunately, that already exists: [https://github.com/sveltejs/kit/tree/master/packages/adapter-node#out](https://github.com/sveltejs/kit/tree/877b31283552218117bd89c715448c6cdffe543b/packages/adapter-node#out) or [https://github.com/sveltejs/kit/tree/master/packages/adapter-static#pages](https://github.com/sveltejs/kit/tree/877b31283552218117bd89c715448c6cdffe543b/packages/adapter-static#pages)

The types are definitely _supposed_ to be exported. I was able to see them when developing in the demo app, for instance. I have to look into this

Sorry for the delay. I just found out that you can get the types and JSDoc hints to work in TypeScript projects by adding `"maxNodeModuleJsDepth": 1` in `compilerOptions` in `tsconfig.json`....