tsloughter / rebar3_erlydtl_plugin

Rebar3 Erlydtl Plugin
Other
11 stars 33 forks source link

Getting rid of rebar.config.script #14

Open fenollp opened 8 years ago

fenollp commented 8 years ago

Erlydtl has its own rebar.config.script so maybe this plugin can get rid of it?

Also a new tag 0.12.0 has just been pushed to hex.pm: maybe we can synchronize version numbers of this plugin with erlydtl's & get rid of master references?

tsloughter commented 8 years ago

Great! I'll do that today.

tsloughter commented 8 years ago

I'm getting a weird result when I depend on 0.12.0 and remove the .script from this repo. Rebar3 for some reason doesn't think it has properly fetched 0.12.0 and continually "updates" it every time I run compile...

fenollp commented 8 years ago

I get missing dep tuple from rebar3 when compiling https://github.com/erldocs/erldocs/pull/60 Btw this tuple is apparently unhandled too