View Source mix bun (elixir_bun v0.1.3)
Invokes bun with the given args.
Usage:
$ mix bun TASK_OPTIONS PROFILE BUN_ARGS
Example:
$ mix bun default assets/js/app.js --outdir=priv/static/assets
If bun is not installed, it is automatically downloaded. Note the arguments given to this task will be appended to any configured arguments.
Options
--runtime-config
- load the runtime configuration before executing command
Note flags to control this Mix task must be given before the profile:
$ mix bun --runtime-config default assets/js/app.js