| Index: appengine/config_service/app.yaml
|
| diff --git a/appengine/config_service/app.yaml b/appengine/config_service/app.yaml
|
| index f5c12e372b050c04a4189ac92b10b735b4d32829..b0688fabe168fc2e2d42a0f7bf8d1f2480adac62 100644
|
| --- a/appengine/config_service/app.yaml
|
| +++ b/appengine/config_service/app.yaml
|
| @@ -17,6 +17,12 @@ handlers:
|
| - url: /static/images
|
| static_dir: ui/static/images
|
|
|
| +- url: /bower_components
|
| + static_dir: ui/bower_components
|
| +
|
| +- url: /src
|
| + static_dir: ui/src
|
| +
|
| - url: /_ah/spi/.*
|
| script: apps.endpoints
|
|
|
|
|