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

Copy *all* assets files #53

Open markjaquith opened 2 years ago

markjaquith commented 2 years ago

Currently the hook to copy the assets folder into public will ignore files without an extension. This is confusing, and many "meta" files that you do want copied to public are silently excluded by this.

This change removes that restriction.

Here is the meat of the change: c23be2771861bb2a305825b35590da04cba8d5be

I couldn't figure out how to make VS Code not trim trailing spaces, so I did that as a separate commit.