igorantun / node-chat

:speech_balloon: Chat application built with NodeJS and Material Design
MIT License
760 stars 740 forks source link

Folders not loading relatively to the app.js root folder #21

Closed lisandro52 closed 9 years ago

lisandro52 commented 9 years ago

While testing the chat (pretty awesome, by the way) with PM2, I had an error with the /views folder not loading correctly, because I was calling the app.js file from a different location than the repo folder. I fix'd it and I'm now about to create a pull request for this.

igorantun commented 9 years ago

Thank you so much for the feedback and for the fix!