fluffy – Diff between revs 1 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 9
Line 25... Line 25...
25 site: { 25 site: {
26 // The document index that will be served when a directory is requested. 26 // The document index that will be served when a directory is requested.
27 index: 'index.html', 27 index: 'index.html',
28 // The web locations for which sending a directory index is allowed. 28 // The web locations for which sending a directory index is allowed.
29 indexing: [ 29 indexing: [
30 '/js/' 30 '/services/'
31 ], 31 ],
32 // Any file matching these regular expressions will be offered. 32 // Any file matching these regular expressions will be offered.
33 accept: [ 33 accept: [
34 /^.+\.html$/, 34 /^.+\.html$/,
35 /^.+\.css$/, 35 /^.+\.css$/,