rustyio / sync

On-the-fly recompiling and reloading in Erlang. Code without friction.
MIT License
749 stars 163 forks source link

outdir is regarded as deprecated by erlydtl #54

Closed elbrujohalcon closed 9 years ago

elbrujohalcon commented 9 years ago

Everytime you try to compile a dtl template, if you're using erlydtl 0.10.0 or above, you'll get the following warning:

Warning: Compile option 'outdir' has been deprecated. Use 'out_dir' instead.

To avoid that, sync should use out_dir instead (at least for erlydtl_compile).