mape / connect-assetmanager

Middleware for Connect (node.js) for handling your static assets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using watch() instead of watchFile()

Amberlamps opened this issue · comments

Hi everyone,

after running asset manager for the first time, it throws an error telling me to use fs.watch() instead of fs.watchFile(). The error occurs in line 114. After replacing watchFile() with watch() it works fine.

Bye