node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 28
/config.js.dist
@@ -35,12 +35,21 @@
/^.+\.css$/,
/^.+\.js$/,
/^.+\.png$/,
/^.+\.ico$/
/^.+\.ico$/,
/^.+\.woff$/,
/^.+\.woff2$/,
/^.+\.map$/,
/^.+\.ttf$/,
/^.+\.svg$/
],
// 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',
},