Closed elbrujohalcon closed 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).
out_dir
erlydtl_compile
Everytime you try to compile a dtl template, if you're using erlydtl 0.10.0 or above, you'll get the following warning:
To avoid that, sync should use
out_dir
instead (at least forerlydtl_compile
).