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