Monthly Archive:: October 2016
18 Oct 2016
node.js deep dive: Passing config variables through jade
Using a MEAN stack knockoff, I needed to pass variables configured in the server environment, to make them accessible to client side javascript. In doing so I had to tangle with nconf and jade. Here was my