Remove res.locals.cacheBuster. Cache busting is done by connect-assets

pull/2/head
Sahat Yalkabov 2014-02-03 09:28:38 -05:00
parent abd06d56c5
commit 924a030c2c
1 changed files with 0 additions and 1 deletions

1
app.js
View File

@ -52,7 +52,6 @@ var day = (hour * 24);
var week = (day * 7);
var month = (day * 30);
app.locals.cacheBuster = Date.now();
app.set('port', process.env.PORT || 3000);
app.set('views', path.join(__dirname, 'views'));
app.set('view engine', 'jade');