We use this patch to avoid data injection failure during server-side rendering on Meteor 1.4.
All the credits for this package goes to Arunoda, Kadira's team &@rigconfig.
See https://github.com/meteor/meteor/issues/7992
### v2.0.0
2016-Feb-19
* Override individual res objects instead of overriding the prototype. This is a fix to support Meteor 1.3, which gave us the gzipped version of the html.
* Because of that we had to change the API a bit on the server. See: