Meteor is refreshing after client is modified (even when image is created in public) -
is there way control meteor's auto refreshing when client modified ? have method creating image in public/ directory , every time when image created app on localhost reloading bit disturbing.
after creating image message showed up:
=> client modified -- refreshing to test i've copy image public/ directory , server restarted.
this normal behavior. because running meteor application in development mode.
check if case shown here: how meteor application knows if it's running on development, test or production environment?
you need change in application global settings, or wait until deploy (and set production).
Comments
Post a Comment