Commit 4486246
committed
dashboard/app: make static resources work for dev_appserver.py
The production app sets CWD to the root of the syzkaller repository,
so paths that refer to static resources in app.yaml look like dashboard/app/static/*.
However, dev_appserver.py sets CWD to dashboard/app, so these paths do not work.
Add soft link dashboard/app/dashboard/app/static that point to dashboard/app/static,
so that dashboard/app/static/* paths work from both locations.1 parent 49b0fb0 commit 4486246
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments