-
Notifications
You must be signed in to change notification settings - Fork 449
Flag --watch does not watch for file changes #1045
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
The obvious workaround is to install a 2.x version for now. |
same here Pushed 2 files.
└─ src/appsscript.json
└─ src/Código.js
Waiting for changes...
/app/packages/mvp-0 # |
Ah, sorry, just broke this in last release. Will push a fix shortly. |
Fixed in 3.0.3 |
Err, at least fixed as far as I could reproduce, which looked like it was an issue when using rootDir. That dir was getting checked first and was ignored, causing it to short circuit and exit. 5DFD Found another bug with the ignore processing inside watch (paths needed to be made relative to project root) and fixed that too, so should be OK now. |
Just updated to clasp 3.0.2 alpha and the --watch flag is no longer working. This is a BIG deal for me.
Behaviour description when running
clasp push --watch
:Expected behaviour: Clasp pushes files and then remains "Waiting for changes..."
Actual behaviour:
Attached is a copy of the debug info obtained after using
DEBUG=clasp:* clasp push --watch
. I have removed sensitive information and the code that was being pushed as it is irrelevant for this report.I have also attached a screenshot of the
clasp push --watch
command when run without verbose debugging.clasp.log
The text was updated successfully, but these errors were encountered: