Is it possible to use the cord with the nodemon?

2

I'm starting to study the cordova more but every time I need to use the

cordova run browser

To upload the server and test the app, with node I use the nodemon to leave the server updating without having to reboot, someone knows some alternative to leave the cordova running forever, just as the nodemon works?

I got to test the nodemon as follows: nodemon --exec cordova run browser , but without success.

    
asked by anonymous 20.02.2016 / 03:25

1 answer

1

I found a workable solution, the Cordova Browser-Sync Plugin.

With it you can edit the app html without needing to update anything, it does a refresh on the emulator you are using.

    
20.02.2016 / 20:07