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
I have seen many issues which are related to this, but I haven't found the desired solution. Problem :
While I am working with sass files or js files in my project, I want to compile/jshint those files when they were changed. So I am using grunt-contrib-watch to do this. It is working fine, but after some files changed, It is tracking the file changes, but It stops compiling( stops running the task, which has to run when the file changes ).
I have seen many issues which are related to this, but I haven't found the desired solution.
Problem :
While I am working with sass files or js files in my project, I want to compile/jshint those files when they were changed. So I am using grunt-contrib-watch to do this. It is working fine, but after some files changed, It is tracking the file changes, but It stops compiling( stops running the task, which has to run when the file changes ).
Code :
I am dynamically updating the sass configs( src and dest values).
Stops compiling even when, there is no error in the sass code.
The text was updated successfully, but these errors were encountered: