williamkapke / bndlr

Static Content Bundler
3 stars 4 forks source link

adding support for windows in file watcher #3

Closed robby closed 12 years ago

robby commented 12 years ago

node throws a nasty error if not. ERROR: use fs.watch instead.

from fs.js

if (isWindows) { throw new Error('use fs.watch api instead'); }