A question about "sirv".
frederikhors opened this issue · 5 comments
I know I'm not following the rules of common sense by opening an issue that I might not open.
But I believe that a wonderful project like svelte requires good tools.
sirv
is at a very early stage and cannot compete with tools like browsersync
or others already mentioned here (#8) and here (#17).
Please understand our complaints as daily developers.
Thank you.
I don't think there is any reason to remove sirv
. It works great together with LiveReload.
Can you show an example please?
You can try this repository on this branch, run npm install && npm run dev
, visit http://localhost:5000
, and do a change to the src/App.svelte
file to see how the browser reloads automatically.
Fine, great. I think we can go with this.
Just one thing: if I edit rollup config file it crashes.
Is it a problem? I don't think so.
Fine, great. I think we can go with this.
Great!
Just one thing: if I edit rollup config file it crashes.
It does that even without the LiveReload plugin, so I don't think that's related to that change. Just like you, I don't think that's a problem.