faceyspacey.com
faceyspacey.com

Reputation: 2620

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?

Upvotes: 4

Views: 1421

Answers (1)

faceyspacey.com
faceyspacey.com

Reputation: 2620

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

Upvotes: 8

Related Questions