| Index: sky/tools/sky_server
|
| diff --git a/sky/tools/sky_server b/sky/tools/sky_server
|
| index ae38fccc57c2eebdbd8cb8968de497f64e7e00f2..1d875e15134b9532ae60e4e65e5905abc6a71d39 100755
|
| --- a/sky/tools/sky_server
|
| +++ b/sky/tools/sky_server
|
| @@ -42,17 +42,11 @@ def main():
|
| 'tools.staticdir.on': True,
|
| 'tools.staticdir.dir': os.path.join(GEN_ROOT, 'sky'),
|
| },
|
| - # src-relative to avoid needing to rebuild when changing inspector:
|
| '/sky/framework': {
|
| 'tools.staticdir.on': True,
|
| 'tools.staticdir.dir':
|
| os.path.join(SKY_ROOT, 'framework'),
|
| },
|
| - '/sky/framework/inspector/server': {
|
| - 'tools.staticdir.on': True,
|
| - 'tools.staticdir.dir': os.path.join(GEN_ROOT, 'sky', 'framework',
|
| - 'inspector', 'server'),
|
| - },
|
| }
|
| cherrypy.quickstart(config=config)
|
|
|
|
|