You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built a very simple page that imports some external resources (one Google Font in the CSS file and one JS library from a CDN). The server seems to miss content even with wait set to 500 ms and never quite render it correctly.
Software details
Command line used for launching live-server: live-server --cors --no-css-inject --wait=500 (tried also without options)
OS: Windows 11
Browser (if browser related): Firefox
Node.js version: 18.18.0
live-server version: 1.2.2
Code to reproduce:
HTML:
<!DOCTYPE html><html><head><!-- Stylesheet --><linkrel="stylesheet" href="stylesheet.css" /><!-- JS Libraries --><scriptdefersrc="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script></head><body><divclass="main">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, voluptatibus excepturi quisquam vero nostrum esse cum placeat ipsam accusantium nemo reprehenderit tempore, repellat error officia earum quae praesentium quis non.
</div></body></html>
Before submitting an issue, please, see https://github.com/tapio/live-server#troubleshooting
Issue description
I built a very simple page that imports some external resources (one Google Font in the CSS file and one JS library from a CDN). The server seems to miss content even with wait set to 500 ms and never quite render it correctly.
Software details
live-server
:live-server --cors --no-css-inject --wait=500
(tried also without options)live-server
version: 1.2.2Code to reproduce:
HTML:
CSS:
The text was updated successfully, but these errors were encountered: