toastdotdev / toast

The best place to stack your JAM. Toast is a Jamstack framework
153 stars 13 forks source link

fix: check static dir exists before copying #16

Closed pantharshit00 closed 3 years ago

pantharshit00 commented 3 years ago

fixes https://github.com/toastdotdev/toast/issues/6

Now we will check if static dir exists before copying.

I didn't add tests as there is no tests in this project right now.