Mix.Tasks.Compile.Leex

Compile Leex source files.

When this task runs, it will check the modification time of every file, and if it has changed, the file will be compiled. Files will be compiled in the same source directory with a .erl extension. You can force compilation regardless of modification times by passing the --force option.

Command line options

Configuration

Source

Summary

manifests()

Returns Leex manifests

run(args)

Runs this task

Functions

manifests()

Returns Leex manifests.

Source
run(args)

Runs this task.

Source