Daniel Cruz
Results
2
comments of
Daniel Cruz
Important note: unlike people.set, register needs a hash. In other words: mixpanel.people.set('property', 'value'); is the same as mixpanel.people.set({property: 'value'}); However: mixpanel.register('property', 'value'); does not work, whereas mixpanel.register({property: 'value'}); does. It...
FWIW Sprockets 4.0.0 seems to require all the files required by `application.css` in the app it runs to be the same type (ie: same extension). My `application.css` was in fact...