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
This is a gulp behavior. gulp-ruby-haml runs on whatever files you give it.
You can select the changed files with the gulp-changed plugin.
See the official Gulp docs on the subject here.
When running my haml task, it goes through all few hundred files i have. Is there a way to have it only run on the files I have changed?
Is it a gulp thing or is it specific to gulp-ruby-haml?
Here is my haml task
The text was updated successfully, but these errors were encountered: