How do I programmatically serve css and js files to the browser using NodeJS / Express

I like to server css and js files (or combine them to one minified) which are stored in a separate folder, which is not located in the public directory.

I have found this: node.js sending css files

How can i render a express jade template including the dynamically added css / js files?