mix tailwind.install (tailwind v0.1.1) View Source
Installs tailwind under _build
.
$ mix tailwind.install
$ mix tailwind.install --if-missing
By default, it installs 3.0.7 but you can configure it in your config files, such as:
config :tailwind, :version, "3.0.7"
Options
* `--runtime-config` - load the runtime configuration
before executing command
* `--if-missing` - install only if the given version
does not exist