node-http-server – Diff between revs 21 and 22

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 21 Rev 22
Line 36... Line 36...
36 /^.+\.js$/, 36 /^.+\.js$/,
37 /^.+\.png$/, 37 /^.+\.png$/,
38 /^.+\.ico$/ 38 /^.+\.ico$/
39 ], 39 ],
40 // Any files matching these regular expressions will never be offered. 40 // Any files matching these regular expressions will never be offered.
41 refuse: [ 41 reject: [
42 /^\.bashrc$/ 42 /^\.bashrc$/
43 ], 43 ],
44 // The name of the website. 44 // The name of the website.
45 name: 'Wizardry and Steamworks', 45 name: 'Wizardry and Steamworks',
46 }, 46 },