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
Currently regolith watch only watches files within the BP/, RP/ and data/ folders. It would be useful to add an option to supply extra paths that should be watched.
My use case is that Im developing a library, and Id like regolith to rebuild whenever a package in node_modules changes. Right now, this isn't possible since regolith watch doesn't track changes outside its default scope.
The text was updated successfully, but these errors were encountered:
Currently
regolith watch
only watches files within the BP/, RP/ and data/ folders. It would be useful to add an option to supply extra paths that should be watched.My use case is that Im developing a library, and Id like regolith to rebuild whenever a package in node_modules changes. Right now, this isn't possible since regolith watch doesn't track changes outside its default scope.
The text was updated successfully, but these errors were encountered: