ProjectEvergreen / greenwood

Greenwood is your workbench for the web, embracing web standards from the ground up to empower your stack from front to back.
https://www.greenwoodjs.io
MIT License
96 stars 9 forks source link

refactor copy lifecycle to use leverage fs.copyFile instead of streams #1076

Closed thescientist13 closed 1 year ago

thescientist13 commented 1 year ago

Related Issue

N / A

Summary of Changes

  1. Use fs.copyFile instead of complicated streams

TODO

  1. [x] Can also use fs.copyFile in this spec too