Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Hot Code Push in Meteor JS in Development?

I'm using Tincr (http://tin.cr/) to take advantage of Chrome's code hot-swapping functionality. However, now I need to disable Meteor's refreshing of the page each time I save a file since the code is already update in the browser's runtime environment thanks to chrome hot-swapping.

How can I do that?

like image 259
faceyspacey.com Avatar asked Feb 18 '23 13:02

faceyspacey.com


1 Answers

i found the answer. add a '~' at the end of files or folders you don't want causing reloads.

like image 89
faceyspacey.com Avatar answered Feb 20 '23 04:02

faceyspacey.com