Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue Jul 27, 2016 · 5 comments
Open

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

ghost opened this issue Jul 27, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Jul 27, 2016

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
Copy link
Author

ghost commented Jul 27, 2016

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
Copy link

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

@ghost
Copy link
Author

ghost commented Aug 5, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@BilleFash @nuriasakura and others