-
-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--serve without BrowserSync OR --watch with a built-in Web Server #770
Comments
Are you familiar with |
Thank you! I didn't know about |
Naw it’s certainly in the realm of possibility. This is the first time I’ve heard this feedback though! We do have a mechanism in place to override me for these things, it’s the enhancement queue. I’ll restructure this issue and move this into the queue. |
This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open. View the enhancement backlog here. Don’t forget to upvote the top comment with 👍! |
Thank you! |
I've wondered before about turning off browsersync too whilst keeping the serve portion. |
I open two terminals, in one I run |
Circling back here we do have a custom server api now and this task shipped with #1305 . Thanks, y’all! |
Hello! I'm new to Eleventy and so far liking it. The one thing I hate though is the use of BrowserSync. It makes everything super slow, doesn't work on older browsers and makes it harder to audit pages for web performance.
Is there a way to use Eleventy without BrowserSync? I run my site locally using the default command (
npx @11ty/eleventy --serve
).The text was updated successfully, but these errors were encountered: