1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-23 11:15:33 +00:00
Files
frontend/gallery/script/develop_gallery
Paulus Schoutsen 56907fb922 Add gallery (#1475)
* Add gallery

* Add build script

* Lint

* Remove cache
2018-07-19 15:24:30 +02:00

10 lines
119 B
Bash
Executable File

#!/bin/sh
# Run the gallery
# Stop on errors
set -e
cd "$(dirname "$0")/.."
../node_modules/.bin/webpack-dev-server