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
In a long living process (like in NativeScript Sidekick), the LiveSync process for a project may be stopped, but this will not stop the `node-sass` running in the background.
Use the after-watch hook, which is raised when LiveSync operation stops and kill currently running node-sass compiler. This way we'll not keep running watchers in the background.
0 commit comments