Hi all,
I have created an application in meteor 1.4 + react. Its working very well in my local machine but on deployment on meteor galaxy server code starts but not client code. To check that I have added console.log in meteor.startup on both server and client and a common file outside server and client folder. Both files prints console log in server but not in client. It is not even printing any console on browser.
Link for my app is: http://beyreps.meteorapp.com/
Any suggestions are appreciate.