mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
disabled browser cache
This commit is contained in:
parent
7560fd634a
commit
56caf8b1b3
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ requirejs(["Chuck/Chuck"], function(Chuck) {
|
|||
|
||||
|
||||
// Setting up http server
|
||||
var fileServer = new nodeStatic.Server('./');
|
||||
var fileServer = new nodeStatic.Server('./', { cache: false });
|
||||
|
||||
var server = http.createServer(
|
||||
function(req, res){
|
||||
req.addListener('end', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue