mape / connect-assetmanager

Middleware for Connect (node.js) for handling your static assets.
MIT License
310 stars 48 forks source link

I cannot edit files in development mode #37

Open Amberlamps opened 12 years ago

Amberlamps commented 12 years ago

Hi everyone,

when I have assetmanager running in development, it throws an error in line 115 telling me that I cannot call method 'toString' of undefined. I do not know how to fix this. My workaround is since that error occurs in an if-condition, I set the if-condition to always true.

Bye