Deleted by mistake, but not forgiven

Hi,

I moved by mistake the assets folder from _site to root and then I coppied the main.css, main.css.map and minima-social-icon.svg back to its place, but it gives me this errors and I can not see my images in the posts:

D:\Jekyll\testsimple1>bundle exec jekyll serve
Configuration file: D:/Jekyll/testsimple1/_config.yml
        Source: D:/Jekyll/testsimple1
   Destination: D:/Jekyll/testsimple1/_site
 Incremental build: disabled. Enable with --incremental
  Generating...
   Jekyll Feed: Generating feed for posts
                done in 0.544 seconds.
 Auto-regeneration: enabled for 'D:/Jekyll/testsimple1'
 Server address: http://127.0.0.1:4000testsimple1/
 Server running... press ctrl-c to stop.
 [2019-12-06 00:43:51] ERROR `/' not found.
 [2019-12-06 00:43:51] ERROR `/testsimple1/assets/main.css' not found.
 [2019-12-06 00:43:51] ERROR `/testsimple1/assets/minima-social-icons.svg' not found.
 [2019-12-06 00:43:52] ERROR `/favicon.ico' not found.

The three files are back on its place.

Thanks for your help

which place is that? In the _site folder? or in the root? if you copied from the _site folder those files will already be rendered and may not be what you want.

Do you have a repo to look at? website url?
do you have a back up you can roll back to? on GH?

Did you run jekyll serve again to see if it can fix it?

The _site folder is always deleted and re-done each time you run jekyll build or serve so losing stuff out of it is no big deal. Over writing files in the root can be a big deal though if you have no back up.