You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build stuff:grunt protip: if this does not work try installing grunt-cli globally (npm install -g grunt-cli)
Configure debug: you have to set the DEBUG env var to chat (to get only relevant output) or to * (to get everything). Windows: set DEBUG=chat and cool OS: DEBUG=chat; export DEBUG