Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Add: Mention the config.xml setup in the README. #281

Merged
merged 1 commit into from
May 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ In this guide we will show how quickly you can test this plugin and start using

7. Now open your `index.html` page in `www` folder of the `TestProject`, change something in it and save. In a few seconds you will see updated page on the launched devices (emulators).

8. For production, do not forget to add the following to your `config.xml` file as it is a required property. Checkout the [wiki](https://github.com/nordnet/cordova-hot-code-push/wiki/Cordova-config-preferences) for more information:

```xml
<chcp>
<config-file url="https://5027caf9.ngrok.com/chcp.json"/>
</chcp>
```
From this point you can do local development, where all the changes are uploaded on the devices without the need to restart applications on every change you made.

### Documentation
Expand Down