Remove caching, creates more problems than it solves

This commit is contained in:
Peter 'Pita' Martischka 2011-06-27 23:10:18 +02:00
parent 75dd468f50
commit a4b9427896
2 changed files with 7 additions and 9 deletions

View file

@ -225,7 +225,7 @@ exports.padJS = function(req, res)
pathStr = path.normalize(__dirname + "/../var/minified_pad.js");
}
res.sendfile(pathStr, { maxAge: server.maxAge });
res.sendfile(pathStr);
})
}
//minifying is disabled, so load the files with jquery