Open philipgiuliani opened 3 years ago
After some investigation I noticed that its always compiling with target :custom
(https://github.com/jayjun/rambo/blob/master/lib/mix/tasks/compile.rambo.ex#L87) but the filename is returning rambo-mac
(https://github.com/jayjun/rambo/blob/master/lib/mix/tasks/compile.rambo.ex#L36)
When including Rambo as dependency from git instead of hex I get the following error:
Whats the best way of using it?