View log.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/home-assistant $ sudo script/build_frontend | |
> home-assistant-polymer@1.0.0 clean /home/pi/home-assistant/homeassistant/components/frontend/www_static/home-assistant-polymer | |
> rm -rf build/* build-temp/* | |
> home-assistant-polymer@1.0.0 frontend_prod /home/pi/home-assistant/homeassistant/components/frontend/www_static/home-assistant-polymer | |
> npm run js_prod && npm run frontend_html | |
View gist:8d2736029b5a35e5eab518c5c9803d12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/home-assistant $ sudo script/build_frontend | |
> home-assistant-polymer@1.0.0 clean /home/pi/home-assistant/homeassistant/components/frontend/www_static/home-assistant-polymer | |
> rm -rf build/* build-temp/* | |
> home-assistant-polymer@1.0.0 frontend_prod /home/pi/home-assistant/homeassistant/components/frontend/www_static/home-assistant-polymer | |
> npm run js_prod && npm run frontend_html | |