disabled browser cache

This commit is contained in:
logsol 2012-07-01 17:13:44 +02:00
parent 7560fd634a
commit 56caf8b1b3

View file

@ -16,7 +16,8 @@ requirejs(["Chuck/Chuck"], function(Chuck) {
// Setting up http server // Setting up http server
var fileServer = new nodeStatic.Server('./'); var fileServer = new nodeStatic.Server('./', { cache: false });
var server = http.createServer( var server = http.createServer(
function(req, res){ function(req, res){
req.addListener('end', function () { req.addListener('end', function () {