We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
watching on static is not working any more, even after deno task build, those new static files already appear in _fresh/snapshot.json
deno task build
deno 2.0.0 jsr:@fresh/core@^2.0.0-alpha.22
here's the steps:
echo world > static/hello.txt
cat _fresh/snapshots.json | grep hello.txt
touch static/hello.txt
here's the problem:
first, file change detected, but snapshots.json not updated then, after task build, sanpshots.json updated, fresh not restart
The text was updated successfully, but these errors were encountered:
No branches or pull requests
watching on static is not working any more,
even after
deno task build
, those new static files already appear in _fresh/snapshot.jsonhere's the steps:
echo world > static/hello.txt
cat _fresh/snapshots.json | grep hello.txt
not founddeno task build
fresh not restarting, visit hello.txt 404cat _fresh/snapshots.json | grep hello.txt
foundtouch static/hello.txt
fresh detected file changed, and restartedhere's the problem:
first, file change detected, but snapshots.json not updated
then, after task build, sanpshots.json updated, fresh not restart
The text was updated successfully, but these errors were encountered: