From ee5fc6bdd681ba3d8574c51575ffa2f8ee799cda Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Fri, 6 May 2016 21:34:44 +0200 Subject: [PATCH] Move the Domo temporary Project. --- src/ui/{Domo => Domo.tmp}/.babelrc | 0 src/ui/{Domo => Domo.tmp}/.editorconfig | 0 src/ui/{Domo => Domo.tmp}/.eslintrc.js | 0 src/ui/{Domo => Domo.tmp}/.gitignore | 0 src/ui/{Domo => Domo.tmp}/README.md | 0 src/ui/{Domo => Domo.tmp}/index.html | 0 src/ui/{Domo => Domo.tmp}/package.json | 0 src/ui/{Domo => Domo.tmp}/src/App.vue | 0 src/ui/{Domo => Domo.tmp}/src/app.vue | 0 src/ui/{Domo => Domo.tmp}/src/assets/logo.png | Bin src/ui/{Domo => Domo.tmp}/src/components/index.vue | 0 src/ui/{Domo => Domo.tmp}/src/components/lights.vue | 0 .../{Domo => Domo.tmp}/src/components/shutters.vue | 0 .../src/components/sprinklers.vue | 0 src/ui/{Domo => Domo.tmp}/src/main.js | 0 src/ui/{Domo => Domo.tmp}/src/router.js | 0 src/ui/{Domo => Domo.tmp}/static/.gitkeep | 0 .../{Domo => Domo.tmp}/static/android-desktop.png | Bin src/ui/{Domo => Domo.tmp}/static/dog.png | Bin src/ui/{Domo => Domo.tmp}/static/favicon.ico | Bin src/ui/{Domo => Domo.tmp}/static/favicon.png | Bin src/ui/{Domo => Domo.tmp}/static/ios-desktop.png | Bin src/ui/{Domo => Domo.tmp}/static/user.jpg | Bin src/ui/{Domo => Domo.tmp}/webpack.config.js | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename src/ui/{Domo => Domo.tmp}/.babelrc (100%) rename src/ui/{Domo => Domo.tmp}/.editorconfig (100%) rename src/ui/{Domo => Domo.tmp}/.eslintrc.js (100%) rename src/ui/{Domo => Domo.tmp}/.gitignore (100%) rename src/ui/{Domo => Domo.tmp}/README.md (100%) rename src/ui/{Domo => Domo.tmp}/index.html (100%) rename src/ui/{Domo => Domo.tmp}/package.json (100%) rename src/ui/{Domo => Domo.tmp}/src/App.vue (100%) rename src/ui/{Domo => Domo.tmp}/src/app.vue (100%) rename src/ui/{Domo => Domo.tmp}/src/assets/logo.png (100%) rename src/ui/{Domo => Domo.tmp}/src/components/index.vue (100%) rename src/ui/{Domo => Domo.tmp}/src/components/lights.vue (100%) rename src/ui/{Domo => Domo.tmp}/src/components/shutters.vue (100%) rename src/ui/{Domo => Domo.tmp}/src/components/sprinklers.vue (100%) rename src/ui/{Domo => Domo.tmp}/src/main.js (100%) rename src/ui/{Domo => Domo.tmp}/src/router.js (100%) rename src/ui/{Domo => Domo.tmp}/static/.gitkeep (100%) rename src/ui/{Domo => Domo.tmp}/static/android-desktop.png (100%) rename src/ui/{Domo => Domo.tmp}/static/dog.png (100%) rename src/ui/{Domo => Domo.tmp}/static/favicon.ico (100%) rename src/ui/{Domo => Domo.tmp}/static/favicon.png (100%) rename src/ui/{Domo => Domo.tmp}/static/ios-desktop.png (100%) rename src/ui/{Domo => Domo.tmp}/static/user.jpg (100%) rename src/ui/{Domo => Domo.tmp}/webpack.config.js (100%) diff --git a/src/ui/Domo/.babelrc b/src/ui/Domo.tmp/.babelrc similarity index 100% rename from src/ui/Domo/.babelrc rename to src/ui/Domo.tmp/.babelrc diff --git a/src/ui/Domo/.editorconfig b/src/ui/Domo.tmp/.editorconfig similarity index 100% rename from src/ui/Domo/.editorconfig rename to src/ui/Domo.tmp/.editorconfig diff --git a/src/ui/Domo/.eslintrc.js b/src/ui/Domo.tmp/.eslintrc.js similarity index 100% rename from src/ui/Domo/.eslintrc.js rename to src/ui/Domo.tmp/.eslintrc.js diff --git a/src/ui/Domo/.gitignore b/src/ui/Domo.tmp/.gitignore similarity index 100% rename from src/ui/Domo/.gitignore rename to src/ui/Domo.tmp/.gitignore diff --git a/src/ui/Domo/README.md b/src/ui/Domo.tmp/README.md similarity index 100% rename from src/ui/Domo/README.md rename to src/ui/Domo.tmp/README.md diff --git a/src/ui/Domo/index.html b/src/ui/Domo.tmp/index.html similarity index 100% rename from src/ui/Domo/index.html rename to src/ui/Domo.tmp/index.html diff --git a/src/ui/Domo/package.json b/src/ui/Domo.tmp/package.json similarity index 100% rename from src/ui/Domo/package.json rename to src/ui/Domo.tmp/package.json diff --git a/src/ui/Domo/src/App.vue b/src/ui/Domo.tmp/src/App.vue similarity index 100% rename from src/ui/Domo/src/App.vue rename to src/ui/Domo.tmp/src/App.vue diff --git a/src/ui/Domo/src/app.vue b/src/ui/Domo.tmp/src/app.vue similarity index 100% rename from src/ui/Domo/src/app.vue rename to src/ui/Domo.tmp/src/app.vue diff --git a/src/ui/Domo/src/assets/logo.png b/src/ui/Domo.tmp/src/assets/logo.png similarity index 100% rename from src/ui/Domo/src/assets/logo.png rename to src/ui/Domo.tmp/src/assets/logo.png diff --git a/src/ui/Domo/src/components/index.vue b/src/ui/Domo.tmp/src/components/index.vue similarity index 100% rename from src/ui/Domo/src/components/index.vue rename to src/ui/Domo.tmp/src/components/index.vue diff --git a/src/ui/Domo/src/components/lights.vue b/src/ui/Domo.tmp/src/components/lights.vue similarity index 100% rename from src/ui/Domo/src/components/lights.vue rename to src/ui/Domo.tmp/src/components/lights.vue diff --git a/src/ui/Domo/src/components/shutters.vue b/src/ui/Domo.tmp/src/components/shutters.vue similarity index 100% rename from src/ui/Domo/src/components/shutters.vue rename to src/ui/Domo.tmp/src/components/shutters.vue diff --git a/src/ui/Domo/src/components/sprinklers.vue b/src/ui/Domo.tmp/src/components/sprinklers.vue similarity index 100% rename from src/ui/Domo/src/components/sprinklers.vue rename to src/ui/Domo.tmp/src/components/sprinklers.vue diff --git a/src/ui/Domo/src/main.js b/src/ui/Domo.tmp/src/main.js similarity index 100% rename from src/ui/Domo/src/main.js rename to src/ui/Domo.tmp/src/main.js diff --git a/src/ui/Domo/src/router.js b/src/ui/Domo.tmp/src/router.js similarity index 100% rename from src/ui/Domo/src/router.js rename to src/ui/Domo.tmp/src/router.js diff --git a/src/ui/Domo/static/.gitkeep b/src/ui/Domo.tmp/static/.gitkeep similarity index 100% rename from src/ui/Domo/static/.gitkeep rename to src/ui/Domo.tmp/static/.gitkeep diff --git a/src/ui/Domo/static/android-desktop.png b/src/ui/Domo.tmp/static/android-desktop.png similarity index 100% rename from src/ui/Domo/static/android-desktop.png rename to src/ui/Domo.tmp/static/android-desktop.png diff --git a/src/ui/Domo/static/dog.png b/src/ui/Domo.tmp/static/dog.png similarity index 100% rename from src/ui/Domo/static/dog.png rename to src/ui/Domo.tmp/static/dog.png diff --git a/src/ui/Domo/static/favicon.ico b/src/ui/Domo.tmp/static/favicon.ico similarity index 100% rename from src/ui/Domo/static/favicon.ico rename to src/ui/Domo.tmp/static/favicon.ico diff --git a/src/ui/Domo/static/favicon.png b/src/ui/Domo.tmp/static/favicon.png similarity index 100% rename from src/ui/Domo/static/favicon.png rename to src/ui/Domo.tmp/static/favicon.png diff --git a/src/ui/Domo/static/ios-desktop.png b/src/ui/Domo.tmp/static/ios-desktop.png similarity index 100% rename from src/ui/Domo/static/ios-desktop.png rename to src/ui/Domo.tmp/static/ios-desktop.png diff --git a/src/ui/Domo/static/user.jpg b/src/ui/Domo.tmp/static/user.jpg similarity index 100% rename from src/ui/Domo/static/user.jpg rename to src/ui/Domo.tmp/static/user.jpg diff --git a/src/ui/Domo/webpack.config.js b/src/ui/Domo.tmp/webpack.config.js similarity index 100% rename from src/ui/Domo/webpack.config.js rename to src/ui/Domo.tmp/webpack.config.js