Elderjs / template

Elder.js template project. It is part template, part tutorial. Dive in!
https://elderjs.pages.dev/
MIT License
113 stars 32 forks source link

fix(server): sirv distDir from elder.config #16

Closed jbmoelker closed 4 years ago

jbmoelker commented 4 years ago

This way, if distDir is changed inside elder.config.js, the server automatically serves static files from the new distDir.

nickreese commented 4 years ago

We'll also need to update the Layout.svelte to account for the change, but will do after merge.

nickreese commented 4 years ago

Whoops, I was wrong. This is great, thank you.