From d561694750edb27578f77901d3ec22ac4e89deb6 Mon Sep 17 00:00:00 2001 From: Mati Tucci Date: Mon, 16 May 2016 08:44:51 +0200 Subject: [PATCH] Update DEVELOPER.md --- DEVELOPER.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index c1eb00e09..fcd2cfc30 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -92,6 +92,10 @@ The `@Cordova` decorator has a few more options now. `clearFunction` is used in conjunction with the `observable` option and indicates the function to be called when the Observable is disposed. +### Testing your changes + +You need to run `npm run build_bundle` in the `ionic-native` project, this will create a `dist` directory. Then, you must go to your ionic application folder and replace your current `node_modules/ionic-native/dist/` with the newly generated one. + ### 'Wrapping' Up That's it! The only thing left to do is rigorously document the plugin and it's usage. Take a look at some of the other plugins for good documentation styles.