shakyShane / jekyll-gulp-sass-browser-sync

A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
728 stars 169 forks source link

Blocked on "Auto-regeneration..." #48

Open ghost opened 8 years ago

ghost commented 8 years ago

Ok, I have a big problem ! When I launch "gulp" , The "sass", "jekyll-build" and "watch" tasks start, but then, gulp seems to block on Auto-regeneration: disabled. Use --watch to enable. I don't understand what's happening so please help me ! ; )

Thanks !

ghost commented 8 years ago

The full message is :

C:\Users\Me\Desktop\MyProject>gulp
(node:7252) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
[04:38:47] Using gulpfile ~\Desktop\MyProject\gulpfile.js
[04:38:47] Starting 'sass'...
[04:38:47] Starting 'jekyll-build'...
[04:38:47] Starting 'watch'...
[04:38:48] Finished 'watch' after 842 ms
C:\Users\Me\Desktop\MyProject>Configuration file: C:\Users\Me\Desktop\MyProject/_config.yml
            Source: C:\Users\Me\Desktop\MyProject
       Destination: C:\Users\Me\Desktop\MyProject/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 1.238 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
BilleFash commented 8 years ago

Having the same issue. have you managed to fix it?

ghost commented 8 years ago

I found that the problem seems to be caused by the "sass" task. when the paths are invalids, it works but obviously, gulp doesn't compile my sass...:'(

nuriasakura commented 6 years ago

Same problem... How to I use --watch???