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

Commit

Permalink
Merge pull request #281 from cadesalaberry/patch-1
Browse files Browse the repository at this point in the history
Add: Mention the `config.xml` setup in the README. Thanks to @cadesalaberry.
  • Loading branch information
nikDemyankov authored May 27, 2017
2 parents c6d1e6f + b5d8459 commit 87eb1c3
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 87eb1c3

Please sign in to comment.