View Source mix designex.setup (designex v1.0.2)

Invokes designex with the given args.

Usage:

$ mix designex TASK_OPTIONS PROFILE TAILWIND_ARGS

Example:

$ mix designex default --config=designex.config.js       --input=css/app.css       --output=../priv/static/assets/app.css       --minify

If designex 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 designex --runtime-config default