devbridge / Styleguide

MIT License
1.44k stars 87 forks source link

Edit mode and graceful-fs module update #190

Open dlewand691 opened 8 years ago

dlewand691 commented 8 years ago

How do I enter edit mode? There's no "scrape variables" button and there's not much documentation on it.

Also getting this error:

(node:80717) 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.
[13:12:06] Using gulpfile ~/Desktop/Styleguide/Cognizant LivingStyleGuide/gulpfile.js
[13:12:06] Starting 'start-styleguide'...
[13:12:06] Finished 'start-styleguide' after 2.05 ms
Styleguide server listening on port 8889

Seems the graceful-fs module needs updating?

miezis commented 8 years ago

We don't have graceful-fs as our dependency, but maybe packages that we depend on has it. Are you running Node 6.x.x? Because on 5.11.1 the error is not showing up.

About the edit mode: what's in your config file and how does your gulp task look?