-
Notifications
You must be signed in to change notification settings - Fork 29
The npm watch task is not notified about file changes #157
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
Comments
might be worth moving to wireit after google/wireit#33 lands |
Okay, I got it. I forgot to mention the most important thing, I work on Windows. I changed the Other issues I have faced: The web dev server refuses the connection when I start it with the I had to replace single quotes to escaped double quotes in the analyze task of the fixtures/lit package: I'm happy to open a PR for this if you need it. |
Thanks for the issue. Sorry for not answering, I was busy with other things lately. Will update the npm scripts soon. |
I'd like to contribute to the project, but I couldn't figure out how to use the local development environment. When I run the
yarn dev
oryarn watch
command, the modified files are not compiled automatically. Did I miss something? I tried to remove the"files": [],
entry from tsconfig but in this case, the compiler complains about the definition files. I'm not skilled enough to fix this issue.The text was updated successfully, but these errors were encountered: