LunaMinds / code-cafe

Ad-hoc meetups for social programming
http://CodeCafe.io
6 stars 2 forks source link

Heroku deployment uses webpack-dev-server #18

Closed PsychoLlama closed 7 years ago

PsychoLlama commented 7 years ago

On Heroku, our server is using webpack-dev-server. Since that's not recommended, we should probably fix that... eventually...

metasean commented 7 years ago

Now using prod-server.js which in turn just uses a static express server.