Frontend now build on top of home-assistant-js
This commit is contained in:
parent
fbae2ef725
commit
115be859b6
36 changed files with 467 additions and 829 deletions
9
scripts/dev_js
Executable file
9
scripts/dev_js
Executable file
|
@ -0,0 +1,9 @@
|
|||
# If current pwd is scripts, go 1 up.
|
||||
if [ ${PWD##*/} == "scripts" ]; then
|
||||
cd ..
|
||||
fi
|
||||
|
||||
cd homeassistant/components/frontend/www_static/polymer/home-assistant-js
|
||||
|
||||
npm install
|
||||
npm run dev
|
Loading…
Add table
Add a link
Reference in a new issue