dsc / connect-compiler

Development middleware to dynamically recompile derived files at serve-time.
http://github.com/dsc/connect-compiler
MIT License
41 stars 14 forks source link

Change from path.exists to fs.exists because it's deprecated in Node >= 0.8 #15

Open alum opened 11 years ago

alum commented 11 years ago

Yup, Node is giving me deprecation warnings, but no more with this simple fix. :)