Mix.Tasks.Compile

A meta task that compiles source files. It simply runs the compilers registered in your project. At the end of compilation it ensures load paths are set.

Configuration

Command line options

Remaining options are forwarded to underlying compilers.

Source

Summary

manifests()

Returns manifests for all compilers

run(args)

Runs this compile task by recursively calling all registered compilers

Functions

manifests()

Returns manifests for all compilers.

Source
run(args)

Runs this compile task by recursively calling all registered compilers.

Source