mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-10 02:46:29 +00:00
Added troubleshooting (#44)
* Added troubleshooting * Added images and moved sections
This commit is contained in:
parent
7262f8c1e9
commit
043b574ce2
@ -56,6 +56,22 @@ $ nvm use
|
||||
$ script/develop
|
||||
```
|
||||
|
||||
Make sure you have cache disabled and correct settings to avoid stale content:
|
||||
|
||||
> Instructions are for Google Chrome
|
||||
|
||||
1. Disable cache by ticking the box in `Network` > `Disable cache`
|
||||
|
||||
<p class='img'>
|
||||
<img src='/img/en/development/disable-cache.png' />
|
||||
</p>
|
||||
|
||||
2. Enable Bypass for network in `Application` > `Service Workers` > `Bypass for network`
|
||||
|
||||
<p class='img'>
|
||||
<img src='/img/en/development/bypass-for-network.png' />
|
||||
</p>
|
||||
|
||||
## Creating pull requests
|
||||
|
||||
If you're planning on issuing a PR back to the Home Assistant codebase you need to fork the polymer project and add your fork as a remote to the Home Assistant Polymer repo.
|
||||
|
BIN
website/static/img/en/development/bypass-for-network.png
Normal file
BIN
website/static/img/en/development/bypass-for-network.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
website/static/img/en/development/disable-cache.png
Normal file
BIN
website/static/img/en/development/disable-cache.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
Loading…
x
Reference in New Issue
Block a user