Skip to content
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

bug/issue 1263 disable livereload background image loading behavior #1264

Merged

Conversation

thescientist13
Copy link
Member

Related Issue

resolves #1263

svg-live-reload-working.mov

Summary of Changes

  1. Disable applyImgLive option in livereload
  2. Correctly setup dev server startup console log callback (and truncate to not leak entire user's filesystem)
➜  greenwood git:(release/0.30.0) ✗ yarn develop
yarn run v1.22.22
$ node . develop
-------------------------------------------------------
Welcome to Greenwood (v0.30.0-alpha.5) ♻️
-------------------------------------------------------
Initializing project config
Initializing project workspace contexts
Generating graph of workspace files...
building from local sources...
Running Greenwood with the develop command.
Started local development server at http://localhost:1984
Now watching workspace directory (./www) for changes...
GraphQLServer started at http://localhost:4000/

@thescientist13 thescientist13 added bug Something isn't working CLI labels Aug 9, 2024
@thescientist13 thescientist13 force-pushed the bug/issue-1263-images-not-triggering-livereload branch from 4a4921a to a1ce0bc Compare August 21, 2024 01:16
@thescientist13 thescientist13 merged commit 38671e5 into release/0.30.0 Aug 21, 2024
8 checks passed
@thescientist13 thescientist13 deleted the bug/issue-1263-images-not-triggering-livereload branch August 21, 2024 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

livereload not reloading on SVG (image) file changes consistently
1 participant