You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aardvark passes an absolute file path as the working directory for the task runner. This can cause issues when, for example, task runner's watch tasks don't like absolute paths.
In particular grunt watch doesn't seem to detect added files when watching a file path that is not relative to the CWD.
It may be better to pass a relative path to the task runner?
The text was updated successfully, but these errors were encountered:
Aardvark passes an absolute file path as the working directory for the task runner. This can cause issues when, for example, task runner's watch tasks don't like absolute paths.
In particular
grunt watch
doesn't seem to detect added files when watching a file path that is not relative to the CWD.It may be better to pass a relative path to the task runner?
The text was updated successfully, but these errors were encountered: