1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 18:58:57 +00:00

Move HA-JS to git submodule

This commit is contained in:
Paulus Schoutsen
2016-06-14 01:26:02 -07:00
parent 3c291d2c98
commit ec7dfb28e8
6 changed files with 43 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
entry: {
_ui_compiled: './src/home-assistant.js',
_core_compiled: './src/app-core.js',
_demo_data_compiled: './node_modules/home-assistant-js/demo_data/expose_window.js',
_demo_data_compiled: './home-assistant-js/demo_data/expose_window.js',
},
output: {
path: 'build',
@@ -23,8 +23,7 @@ module.exports = {
test: /.js$/,
include: [
path.resolve(__dirname, 'src'),
path.resolve(__dirname, 'node_modules/home-assistant-js/demo_data'),
path.resolve(__dirname, 'node_modules/home-assistant-js/src'),
path.resolve(__dirname, 'home-assistant-js'),
],
},
],