tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

Can live-server show file details like Apache? #392

Open nonopolarity opened 2 years ago

nonopolarity commented 2 years ago

Sometimes we may need to see a file's size or modification date. Is it possible with live-server?

Also if there are 45 files in the folder, one needed function is to sort them by modification date so that the newest file can be found.