Max Mautner

Results 5 comments of Max Mautner

Try "sourcing" the `.env` file if you're on Linux or Mac: ``` $ source .env ``` And then try `grunt serve` again. If you're on Windows, I'm less sure how...

I'm testing out the 2.0 branch with a very simple configuration: ``` var options = { socialNetworks: ["linkedin", "facebook", "twitter", "reddit"], url: "some-valid-url", showCount: true, }; $(".rrssb-container").rrssb(options); ``` And am...

Any more news on this @mbr @etscrivner ? @etscrivner what did you end up using for server-side session storage since you found this one unreliable? Sounds like changing your session...