ysdn-2016 / ysdn-2016.github.io

Grad show site for the YSDN class of 2016
http://ysdn2016.com/
3 stars 2 forks source link

Switch from module.parent check to bin/www script #32

Closed rosszurowski closed 8 years ago

rosszurowski commented 8 years ago

Ignore this task. It's just a reminder for me on Saturday to make a quick structural improvement to the backend code.

Move from doing a

if (!module.parent) {
  server.listen()
}

to just exporting the app and using a script in bin/www to start the server. Like this. Just a cleaner practice.

rosszurowski commented 8 years ago

Made irrelevant thanks to #30