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

Reloading without changes on build command #130

Open
echoptic opened this issue Apr 8, 2021 · 0 comments
Open

Reloading without changes on build command #130

echoptic opened this issue Apr 8, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@echoptic
Copy link

echoptic commented Apr 8, 2021

Describe the bug A clear and concise description of what the bug is.
Denon reloading when run build command

To Reproduce
make a .ts file and run denon bunde file.ts file.js

Expected behavior A clear and concise description of what you expected to
happen.

Configuration or Project
Here is denon config. The first command runs as intended, but the second command reloads infinitely without making file changes
{
"$schema": "https://deno.land/x/denon@2.4.7/schema.json",
"scripts": {
"start": {
"cmd": "deno run src/index.ts",
"desc": "run my index.ts file"
},
"build": {
"cmd": "deno bundle src/index.ts static/js/index.js"
}
}
}

Setup

  • OS: (windows)
  • Deno version: 1.8.3 (release, x86_64-pc-windows-msvc)
  • Denon version: v2.4.7
@echoptic echoptic added the bug Something isn't working label Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant