http-server
http-server copied to clipboard
Serve static assets
I can contribute a PR here if desired. Just want to document the bug first. **Description:** `babashka.http-server` is used with [Live.js](https://livejs.com) to hot-reload changes to HTML, CSS, and JS. It...
I am serving some crawled assets that contain URLs like: `../assets/css/screen.css%3Fv=bdeae747df.css` - the file in the filesystem is named `screen.css`. If I edit the link to `../assets/css/screen.css?v=bdeae747df.css` then the file...
file-server seems a more appropriate name for this project