reloader
reloader copied to clipboard
More control over hot code push reloading for your production apps. Designed to replace mdg:reload-on-resume and provide a more production-ready approach.
this is my configuration Reloader.configure({ check: 'firstStart', // Only make an additional check the first time the app ever starts checkTimer: 3000, // Wait 3 seconds to see if new...
Hi, would this package work with 1.8.2? The instruction are: > meteor add jamielob:reloader meteor remove mdg:reload-on-resume mdg:reload-on-resume package no longer exists, and I believe is replaced with: > reload...
I came across issues with Android not updating to the HCP after calling Reloader.reload() (working fine with iOS). I found out later, having updated `cordova-plugin-meteor-webapp` (to 1.6.5) since 1.6.1, WebAppLocalServer.switchToPendingVersion...
Hi, do we have to put `Reloader.reload()` calls in a `if (Meteor.isCordova)` ? I get the error `Reloader.reload is not a function(…)` when trying to run on the browser instead...
Hi, is this package still ok with the changes in Meteor 1.6.1 ? I knwo there have been important changes in [cordova-plugin-meteor-webapp](https://github.com/meteor/cordova-plugin-meteor-webapp) Tx
Any reason this is locked to `4.0.0` https://github.com/jamielob/reloader/blob/master/package.js#L10 I think that means it's dependent, right... won't work with later versions? Newer versions here https://github.com/apache/cordova-plugin-splashscreen/blob/master/RELEASENOTES.md