Ronen Verdi

Results 15 comments of Ronen Verdi

@macakraca I'm doing the same here. Migrated to v3.0.3-rc.7. Migrated Google to Firebase, regenerated Server Key, copied that key to `gcm.apiKey` in the config. Did you use `raix:push-update` or `raix:setuser`...

@rajpa we're using [mup](https://github.com/kadirahq/meteor-up) for deployment, so in our case it's: ``` mup logs ```

This is not `ng-token-auth` issue, but `devise_token_auth`. Can you please submit a PR to [this](https://github.com/lynndylanhurley/devise_token_auth) repo? Thanks in advance.

@sircharleswatson wow thanks man, it will help us a lot. App reloading times in development mode now takes forever which is insane :) Really looking forward for new Semantic-UI version...

it's especially annoying when updating the package on production environment. I use meteor up tool, and now I need to go manually to the production server to change a custom.semantic.json...

Have the same issue until now. Font-awesome-sass 4.0.2. The fonts were working almost properly when it was on CDN, but I had a couple of rendering issues and didn't want...

``` // client/init.js Meteor.startup(function () { TimeSync.loggingEnabled = false; }); ``` Error: ReferenceError: Can't find variable: TimeSync

Hi, any ETA on when the update might be available? Thanks

any updates on this issue? We're still not able to make a build with Meteor 1.3.5.1 :/

This problem still persists for me with `next` version `10.2.3`. I have a link called "Blog" in global navigation header. The posts are fetched using SSG from ButterCMS at build...