Tom Brückner
Tom Brückner
Wondering the same. Last update 2 years ago, and a lot of open issues. I'd love to use this library, but am unsure if it's a good idea?
Awesome to hear it! I don't see a button for closing the issue here?
This is my config: ```js // Configuration file for https://github.com/zodern/meteor-up const credentials = require('../../credentials-deployment'); module.exports = { servers: { one: { host: 'redis.marblever.se', username: 'ubuntu', pem: '~/.ssh/marble-aws-us-east1.pem' } }, app:...
In the Beanstalk events section, I see this error: 
With Node 12, I'm getting this error: ``` Finishing upload. This could take a couple minutes => Creating version => Configuring Beanstalk environment Created Environment => Waiting for Beanstalk environment...
I was able to workaround this by removing `socialize:user-blocking` from the top-level dependencies in `meteor/packages`. But there is another issue: ``` app/client/main.scss: warn: There are some @import rules those are...
Yes, `.scss` imports have to be at the top. But you can work-around this by re-structuring the SCSS files.
I guess this is one of the differences of Node SASS compared to libSass
Yeah, I have no idea how this happened, either. It happened after a couple of re-logins to test the friend feature with two users.