diff --git a/src/ui/Domo.tmp/.babelrc b/src/ui/Domo.tmp/.babelrc
deleted file mode 100644
index 41789cac..00000000
--- a/src/ui/Domo.tmp/.babelrc
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "presets": ["es2015", "stage-2"],
- "plugins": ["transform-runtime"],
- "comments": false
-}
diff --git a/src/ui/Domo.tmp/.editorconfig b/src/ui/Domo.tmp/.editorconfig
deleted file mode 100644
index 9d08a1a8..00000000
--- a/src/ui/Domo.tmp/.editorconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-indent_style = space
-indent_size = 2
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
diff --git a/src/ui/Domo.tmp/.eslintrc.js b/src/ui/Domo.tmp/.eslintrc.js
deleted file mode 100644
index 85a83760..00000000
--- a/src/ui/Domo.tmp/.eslintrc.js
+++ /dev/null
@@ -1,16 +0,0 @@
-module.exports = {
- root: true,
- // https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
- extends: 'standard',
- // required to lint *.vue files
- plugins: [
- 'html'
- ],
- // add your custom rules here
- 'rules': {
- // allow paren-less arrow functions
- 'arrow-parens': 0,
- // allow debugger during development
- 'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0
- }
-}
diff --git a/src/ui/Domo.tmp/.gitignore b/src/ui/Domo.tmp/.gitignore
deleted file mode 100644
index be86a2b1..00000000
--- a/src/ui/Domo.tmp/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.DS_Store
-node_modules/
-dist/
-npm-debug.log
-selenium-debug.log
-test/unit/coverage
-test/e2e/reports
diff --git a/src/ui/Domo.tmp/README.md b/src/ui/Domo.tmp/README.md
deleted file mode 100644
index eeb109ac..00000000
--- a/src/ui/Domo.tmp/README.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# Domo
-
-> Domotic
-
-## Build Setup
-
-``` bash
-# install dependencies
-npm install
-
-# serve with hot reload at localhost:8080
-npm run dev
-
-# build for production with minification
-npm run build
-
-# run unit tests
-npm run unit
-
-# run e2e tests
-npm run e2e
-
-# run all tests
-npm test
-```
-
-For detailed explanation on how things work, checkout the [guide](https://github.com/vuejs-templates/webpack#vue-webpack-boilerplate) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
diff --git a/src/ui/Domo.tmp/index.html b/src/ui/Domo.tmp/index.html
deleted file mode 100644
index 1df4e7ef..00000000
--- a/src/ui/Domo.tmp/index.html
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Domo
-
-
-
-
-
-
-
diff --git a/src/ui/Domo.tmp/package.json b/src/ui/Domo.tmp/package.json
deleted file mode 100644
index 5a92ff4a..00000000
--- a/src/ui/Domo.tmp/package.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Domo",
- "version": "0.1.0",
- "description": "Domotic",
- "author": "NADAL Jean-Baptiste",
- "private": true,
- "scripts": {
- "dev": "webpack-dev-server --inline --hot",
- "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
- },
- "dependencies": {
- "vue": "^1.0.21",
- "vue-router": "^0.7.13",
- "vue-mdl": "^0.7.4",
- "material-design-lite": "^1.1.3",
- "roboto-fontface": "^0.4.5",
- "material-design-icons": "^2.2.3"
- },
- "devDependencies": {
- "babel-core": "^6.0.0",
- "babel-loader": "^6.0.0",
- "babel-plugin-transform-runtime": "^6.0.0",
- "babel-preset-es2015": "^6.0.0",
- "babel-preset-stage-2": "^6.0.0",
- "cross-env": "^1.0.6",
- "css-loader": "^0.23.0",
- "file-loader": "^0.8.4",
- "json-loader": "^0.5.4",
- "url-loader": "^0.5.7",
- "vue-hot-reload-api": "^1.2.0",
- "vue-html-loader": "^1.0.0",
- "vue-loader": "^8.2.1",
- "vue-style-loader": "^1.0.0",
- "webpack": "^1.12.2",
- "webpack-dev-server": "^1.12.0"
- }
-}
diff --git a/src/ui/Domo.tmp/src/App.vue b/src/ui/Domo.tmp/src/App.vue
deleted file mode 100644
index ab577e3b..00000000
--- a/src/ui/Domo.tmp/src/App.vue
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
-
-
diff --git a/src/ui/Domo.tmp/src/app.vue b/src/ui/Domo.tmp/src/app.vue
deleted file mode 100644
index 6b34bcc2..00000000
--- a/src/ui/Domo.tmp/src/app.vue
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/ui/Domo.tmp/src/assets/logo.png b/src/ui/Domo.tmp/src/assets/logo.png
deleted file mode 100644
index f3d2503f..00000000
Binary files a/src/ui/Domo.tmp/src/assets/logo.png and /dev/null differ
diff --git a/src/ui/Domo.tmp/src/components/index.vue b/src/ui/Domo.tmp/src/components/index.vue
deleted file mode 100644
index afdb8662..00000000
--- a/src/ui/Domo.tmp/src/components/index.vue
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- Index
- Checkbox
-Button
-Ripple Effect
-Disabled
-
- star
-
-
-Switch
-Ripple Effect
-Disabled
-
-
-
-
diff --git a/src/ui/Domo.tmp/src/components/lights.vue b/src/ui/Domo.tmp/src/components/lights.vue
deleted file mode 100644
index 96038692..00000000
--- a/src/ui/Domo.tmp/src/components/lights.vue
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- Lights
-
-
\ No newline at end of file
diff --git a/src/ui/Domo.tmp/src/components/shutters.vue b/src/ui/Domo.tmp/src/components/shutters.vue
deleted file mode 100644
index db0c416b..00000000
--- a/src/ui/Domo.tmp/src/components/shutters.vue
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- Shutters
-
-
\ No newline at end of file
diff --git a/src/ui/Domo.tmp/src/components/sprinklers.vue b/src/ui/Domo.tmp/src/components/sprinklers.vue
deleted file mode 100644
index 1f1f8d39..00000000
--- a/src/ui/Domo.tmp/src/components/sprinklers.vue
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- Sprinklers
-
-
\ No newline at end of file
diff --git a/src/ui/Domo.tmp/src/main.js b/src/ui/Domo.tmp/src/main.js
deleted file mode 100644
index 4aaef362..00000000
--- a/src/ui/Domo.tmp/src/main.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var Vue = require('vue')
-var VueRouter = require('vue-router')
-var VueMdl = require('vue-mdl')
-var Material = require('material-design-lite')
-
-Vue.use(VueMdl.default)
-
-var App = require('./app.vue')
-var routerMap = require('./router')
-
-Vue.use(VueRouter);
-
-var router = new VueRouter()
-
-routerMap(router)
-
-router.start(App, 'app')
diff --git a/src/ui/Domo.tmp/src/router.js b/src/ui/Domo.tmp/src/router.js
deleted file mode 100644
index f4dcd1f1..00000000
--- a/src/ui/Domo.tmp/src/router.js
+++ /dev/null
@@ -1,20 +0,0 @@
-module.exports = function(router){
- router.map({
- '*': {
- component: require('./components/index.vue')
- },
- '/': {
- component: require('./components/index.vue')
- },
- '/lights': {
- component: require('./components/lights.vue')
- },
- '/shutters': {
- component: require('./components/shutters.vue')
- },
- '/sprinklers': {
- component: require('./components/sprinklers.vue')
- }
- })
-
-}
\ No newline at end of file
diff --git a/src/ui/Domo.tmp/static/.gitkeep b/src/ui/Domo.tmp/static/.gitkeep
deleted file mode 100644
index e69de29b..00000000
diff --git a/src/ui/Domo.tmp/static/android-desktop.png b/src/ui/Domo.tmp/static/android-desktop.png
deleted file mode 100644
index 72a7f12e..00000000
Binary files a/src/ui/Domo.tmp/static/android-desktop.png and /dev/null differ
diff --git a/src/ui/Domo.tmp/static/dog.png b/src/ui/Domo.tmp/static/dog.png
deleted file mode 100644
index 1d08cca4..00000000
Binary files a/src/ui/Domo.tmp/static/dog.png and /dev/null differ
diff --git a/src/ui/Domo.tmp/static/favicon.ico b/src/ui/Domo.tmp/static/favicon.ico
deleted file mode 100644
index 9006d2d0..00000000
Binary files a/src/ui/Domo.tmp/static/favicon.ico and /dev/null differ
diff --git a/src/ui/Domo.tmp/static/favicon.png b/src/ui/Domo.tmp/static/favicon.png
deleted file mode 100644
index 6ebb8094..00000000
Binary files a/src/ui/Domo.tmp/static/favicon.png and /dev/null differ
diff --git a/src/ui/Domo.tmp/static/ios-desktop.png b/src/ui/Domo.tmp/static/ios-desktop.png
deleted file mode 100644
index de5d8fa1..00000000
Binary files a/src/ui/Domo.tmp/static/ios-desktop.png and /dev/null differ
diff --git a/src/ui/Domo.tmp/static/user.jpg b/src/ui/Domo.tmp/static/user.jpg
deleted file mode 100644
index 930ab14f..00000000
Binary files a/src/ui/Domo.tmp/static/user.jpg and /dev/null differ
diff --git a/src/ui/Domo.tmp/webpack.config.js b/src/ui/Domo.tmp/webpack.config.js
deleted file mode 100644
index 40681869..00000000
--- a/src/ui/Domo.tmp/webpack.config.js
+++ /dev/null
@@ -1,66 +0,0 @@
-var path = require('path')
-var webpack = require('webpack')
-
-module.exports = {
- entry: './src/main.js',
- output: {
- path: path.resolve(__dirname, './dist'),
- publicPath: '/dist/',
- filename: 'build.js'
- },
- resolveLoader: {
- root: path.join(__dirname, 'node_modules'),
- },
- module: {
- loaders: [
- {
- test: /\.vue$/,
- loader: 'vue'
- },
- {
- test: /\.js$/,
- loader: 'babel',
- exclude: /node_modules/
- },
- {
- test: /\.json$/,
- loader: 'json'
- },
- {
- test: /\.html$/,
- loader: 'vue-html'
- },
- {
- test: /\.(png|jpg|gif|svg)$/,
- loader: 'url',
- query: {
- limit: 10000,
- name: '[name].[ext]?[hash]'
- }
- }
- ]
- },
- devServer: {
- historyApiFallback: true,
- noInfo: true
- },
- devtool: 'eval-source-map'
-}
-
-if (process.env.NODE_ENV === 'production') {
- module.exports.devtool = 'source-map'
- // http://vuejs.github.io/vue-loader/workflow/production.html
- module.exports.plugins = (module.exports.plugins || []).concat([
- new webpack.DefinePlugin({
- 'process.env': {
- NODE_ENV: '"production"'
- }
- }),
- new webpack.optimize.UglifyJsPlugin({
- compress: {
- warnings: false
- }
- }),
- new webpack.optimize.OccurenceOrderPlugin()
- ])
-}