koudelka / visualixir

A process/message visualizer for BEAM nodes.💪👁
MIT License
1.32k stars 46 forks source link

Add front end setup instructions #1

Closed lpil closed 8 years ago

koudelka commented 8 years ago

ah, thanks. :)

koudelka commented 8 years ago

jfyi, the brunch command is already handled internally by phoenix.

lpil commented 8 years ago

I'm used to it being so, but it didn't work when I tried it for some reason.

koudelka commented 8 years ago

hm, that's odd. are you running it in dev?

lpil commented 8 years ago

How can I tell? I just copied the command from the README. I'm used to using mix to start phoenix, and sadly don't really know how it works otherwise.

koudelka commented 8 years ago

Yeah, that'll start you up in dev mode by default. You can change the environment by prepending MIX_ENV=<env> to the command.

I wonder if it's getting set in your shell somehow. Does env | grep "MIX_ENV" show anything?

lpil commented 8 years ago

Nope, it's not that. I can't seem to reproduce it now, so lets just assume I did something wrong. ;)

Thanks Michael

koudelka commented 8 years ago

Ah, my favorite and most worrisome kind of bug. :D