Lucas N. Munhoz

Results 19 comments of Lucas N. Munhoz
trafficstars

I am debugging `inject.js` and seems that this line [inject.js#168](https://github.com/Khan/aphrodite/blob/61d1ec7062f451cf8c184af8dfb948d6a7708dd5/src/inject.js#L168) is causing my bug. Its sending a empty string to injectStyle method and its not injecting anything. If I remove...

Hi @xymostech, I am rendering an App inside a iframe. What basically happens is when the page loads, aphrodite randomically don't append the `` tag inside the iframe (neither outside,...

Yes, I just tried again and the issue is still present. I did a fresh install and the issue persisted. Have you tried the repo I've sent? The steps are...

Let me try to reproduce one more time so we can figure out why it was happening. I will update here in a couple hours.

@kidchenko I had the same problem. Use [this tutorial](http://www.nokogiri.org/tutorials/installing_nokogiri.html) maybe can help you. It covers a lot of issues.

@viklas Same OSX version but black screen...

Keep the same problems... No help?

@danimbrogno You need to run inside `server.excute` function to access your project scope and meteor variables. Example fetching users: ``` js const users = server.execute(() => { return Meteor.users.find().fetch() })...

Yes, It's very confusing and this config is essential to the pagination works.