From f4b14e456dde864d50296d117b34827111adb0c1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 Jul 2016 00:14:22 +0200 Subject: [PATCH] Add content from CONTRIBUTING.md --- source/developers/frontend.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/developers/frontend.markdown b/source/developers/frontend.markdown index d6c2f759c9b..5b1bd012b40 100644 --- a/source/developers/frontend.markdown +++ b/source/developers/frontend.markdown @@ -29,6 +29,8 @@ http: development: 1 ``` +As everything is compiled into the file `frontend.html` you do not want to work with the compiled version but with the seperate files during development. + Next step is to get the frontend code. When you clone the Home Assistant repository, the frontend repository is not cloned by default. You can setup the frontend development environment by running: ```bash