node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 28  →  ?path2? @ 27
/config.js.dist
@@ -35,21 +35,12 @@
/^.+\.css$/,
/^.+\.js$/,
/^.+\.png$/,
/^.+\.ico$/,
/^.+\.woff$/,
/^.+\.woff2$/,
/^.+\.map$/,
/^.+\.ttf$/,
/^.+\.svg$/
/^.+\.ico$/
],
// Any files matching these regular expressions will never be offered.
reject: [
/^\.bashrc$/
],
// Simple re-writing capabilities.
rewrite: {
'index.html' : /^\/doc\/(.+?)$/g
},
// The name of the website.
name: 'Wizardry and Steamworks',
},