Elderjs / template

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

Typo in path to assets copy target in copyAssetsToPublic hook #20

Closed andrew-j-roberts closed 3 years ago

andrew-j-roberts commented 3 years ago

Hi Nick, team, & friends,

Tiny fix — looks like when the folder structure was updated in the bump up to v1, the public destination of the assets folder in the copyAssetsToPublic hook didn't update.

Nice talk today Nick! 👍

swyxio commented 3 years ago

ah thats my fault. i was the one who PRed that code #19 but i'm still on an old version of elderjs.

nickreese commented 3 years ago

@andrew-j-roberts thanks for bringing this up and fixing it. I tested @sw-yx PR manually but didnt clear my public folder so missed it. Thanks. 👍