alco / alco/porcelain

Porcelain with destillary

Abierto
#32 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Elixir
Estrellas
958
Forks
45
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hello I'm trying to produce a release with **distillery** with goon bundle in the release itself.

Since one can't use `:code.priv_dir(:app)` in config.exs, I tried adding this to my application bootstrap code:

```elixir
Application.put_env(:porcelain, :goon_driver_path, Path.join(:code.priv_dir(:app), 'goon'))
:ok = Porcelain.reinit(:goon)
```

I've checked the correct path is being generated, but porcelain still complains it can't find **goon**.

Any ideas on how to solve this? Or any other strategy for bundling goon in the release itself?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.