berkes
berkes
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
No prob! It's very much appreciated you share them in the first place!
24 replies
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
It could even use deno.json? I'm not that familiar with deno yet, but would presume everyone has that?
24 replies
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
the -h help talked about some src/dev.json so I first presumed that, then dove into the source and found it was hardcoded to .vscode.
24 replies
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
ah. Lol. I always throw that dir out with the linter and .gitignore: I don't use vscode and never want to accidentally add that 🙂
24 replies
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
Strange. I was getting compiler errors in Hot, but not with packup. Something to do with package resolution, I guess?
24 replies
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
I really like that too. I'll certainly keep that in mind if I need more than this one index.html. Though, frankly, If I need a site-builder I'd rather go for hugo or zola (rust) as I'm more familiar in those setups.
24 replies
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
Thanks for the suggestion. That's exactly what I need. Very nice bonus that it offers a build tool as well. Saves from having to build my own through deno. wow!
24 replies
DDeno
Created by berkes on 2/21/2024 in #help
use-case: web component development in deno
I tried Hot and it's indeed very much what I was looking for. Thanks. It was a bit hard to figure out that I needed a .vscode/dev.json, but after reading the source that got solved. 🙂 My main issue was that it uses esbuild, and I'd rather just have the deno defaults there.
24 replies