fs is not defined
Closed this issue · 2 comments
WhatsNewSaes commented
hi there, I just installed postcss as well as postcss-style-guide via npm.
i used your configuration for gulp and it came back with the reference error fs is not defined
any thoughts on what I might be doing wrong?
matype commented
@WhatsNewSaes Did you try to run the example code in README? Of cause, you must require
the standard module, fs
.
var fs = require('fs')
WhatsNewSaes commented
Ahh i gotcha. It might be good to put that in the gulp documentation as well.
Thanks!