moudy / broccoli-taco

Static Sites Powered by Broccoli
http://broccoli-taco.com/
94 stars 14 forks source link

bump dependencies #14

Closed givanse closed 9 years ago

givanse commented 9 years ago

I was getting an intermittent error:

fs.js:1063
    throw errnoException(process._errno, 'watch');

Error: watch ENOENT
    at errnoException (fs.js:1031:11)
    at FSWatcher.start (fs.js:1063:11)
    at Object.fs.watch (fs.js:1088:11)

Bumped the dependencies and all is good.

moudy commented 9 years ago

@givanse thanks!