Moved static files serving to its own file

This commit is contained in:
Egil Moeller 2012-02-24 20:45:02 +01:00
parent 1f2b52ba5a
commit 21300bd6c7
4 changed files with 26 additions and 20 deletions

View file

@ -1,8 +1,8 @@
{
"parts": [{
"name": "__builtin__",
"name": "static",
"hooks": {
"expressServer": "../test:expressServer"
"expressServer": "../static:expressServer"
}
}]
}