| Index: Tools/GardeningServer/app.yaml
|
| diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
|
| index dab2b628109ed8e2c1144a6c3b6841be982fbcfd..943edb9512f5d25e8e9b990f9c1d9622786d5a2e 100644
|
| --- a/Tools/GardeningServer/app.yaml
|
| +++ b/Tools/GardeningServer/app.yaml
|
| @@ -21,3 +21,11 @@ handlers:
|
|
|
| - url: /styles
|
| static_dir: styles
|
| +
|
| +- url: /ui
|
| + static_dir: ui
|
| +
|
| +# FIXME: Write a script to do the appcfg update so that we can error out
|
| +# if there is no bower_components, or, even better just run "bower update".
|
| +- url: /bower_components
|
| + static_dir: bower_components
|
|
|