Getting express.js to show a public folder
问题 I've recently built a quick one page app using express.js, and this is really my first js framework (actually, my first js project, so I'm really new to this). I've got a subscription to the new typography.com cloud fonts, and I'm having trouble locating the "fonts" folder that I place in the public folder. Is there a way I need to add the folder and specify a route? Here's my app.js file: /** * Module dependencies. */ var express = require('express'), routes = require('./routes'), user =