| Index: logdog/appengine/cmd/coordinator/static/module.cfg
|
| diff --git a/logdog/appengine/cmd/coordinator/static/module.cfg b/logdog/appengine/cmd/coordinator/static/module.cfg
|
| deleted file mode 100644
|
| index 17e3c64a87cbacb83c0feaa726e638db56c7d533..0000000000000000000000000000000000000000
|
| --- a/logdog/appengine/cmd/coordinator/static/module.cfg
|
| +++ /dev/null
|
| @@ -1,70 +0,0 @@
|
| -# Deploy tool Component for the LogDog Coordinator static module.
|
| -appengine_module <
|
| - module_name: "static"
|
| - static_module <>
|
| -
|
| - handlers: <
|
| - # Handlers for LogDog Web App.
|
| - handler <
|
| - url: "/app/?"
|
| - static_files <
|
| - build: <
|
| - path: "dist/logdog-app"
|
| - dir_key: "build.web"
|
| - >
|
| - upload: "index.html"
|
| - url_map: "index.html"
|
| - >
|
| - secure: SECURE_ALWAYS
|
| - >
|
| -
|
| - handler <
|
| - url: "/app"
|
| - static_build_dir: <
|
| - path: "dist/logdog-app"
|
| - dir_key: "build.web"
|
| - >
|
| - secure: SECURE_ALWAYS
|
| - >
|
| -
|
| - # Handlers for LogDog View App.
|
| - handler <
|
| - url: "/v/?"
|
| - static_files <
|
| - build: <
|
| - path: "dist/logdog-view"
|
| - dir_key: "build.web"
|
| - >
|
| - upload: "index.html"
|
| - url_map: "index.html"
|
| - >
|
| - secure: SECURE_ALWAYS
|
| - >
|
| -
|
| - handler <
|
| - url: "/v"
|
| - static_build_dir: <
|
| - path: "dist/logdog-view"
|
| - dir_key: "build.web"
|
| - >
|
| - secure: SECURE_ALWAYS
|
| - >
|
| - >
|
| - handler_path: "/appengine/static/common/handlers.cfg"
|
| -
|
| - resources <
|
| - dispatch: "*/app/*"
|
| - dispatch: "*/v/*"
|
| - >
|
| - resource_path: "/appengine/static/common/resources.cfg"
|
| ->
|
| -
|
| -build <
|
| - dir_key: "build.web"
|
| - python_script <
|
| - path: "/web/deploy/build.py"
|
| - extra_args: "logdog-app"
|
| - extra_args: "logdog-view"
|
| - >
|
| ->
|
| -build_path: "/appengine/static/common/build.cfg"
|
|
|