1
mirror of https://github.com/home-assistant/frontend synced 2024-09-20 03:11:16 +02:00
ha-frontend/script/develop
Paulus Schoutsen 34129cc7cb
Migrate demo to gulp (#3152)
* Migrate demo to gulp

* Tweak demo migration to gulp

* Feature detect demo

* Gen icons
2019-05-02 22:41:58 -07:00

10 lines
136 B
Bash
Executable File

#!/bin/sh
# Run the frontend development server
# Stop on errors
set -e
cd "$(dirname "$0")/.."
./node_modules/.bin/gulp develop-app