At times during development, it would be really nice to prevent HTTP 304 responses (in favor of 200\'s), and cause the Connect/Express static middleware to read every r
app.disable('etag');
preventing 'etag' in response may help