zevarito / mixpanel

Simple lib to track events in Mixpanel service. It can be used in any rack based framework.
MIT License
273 stars 84 forks source link

Add option to not render the mixpanel scripts. #71

Closed mpereira closed 11 years ago

mpereira commented 11 years ago

I'm open for naming suggestions for the option. This was requested previously on #22.

My use case is using jQuery Deferred to know when the Mixpanel async script tag finished loading in my custom Mixpanel initialization code.

mpereira commented 11 years ago

Thanks for merging, @zevarito. I just noticed I forgot to update the README with instructions for the new option. I'll create another PR with it.

zevarito commented 11 years ago

Yeah please, update the README just with usage details. Thx.