I have a problem with my Gulp installation. On running SASS, it detects change, run gulp-sass
, but dosen't push any change, and says the following:
[17:48:30] Starting 'sass'...
[BS] 0 file changed ()
[17:48:30] Finished 'sass' after 12 ms
As you can see, there are 0 file changed, but files have been changed in my editor. I also try to close the process, and run again, not working.
I am using jekyll-gulp-sass-browser-sync stack. All was working.
You can see all the files here.
Thanks!