View Source PhxTailwindFreebsd (phx_tailwind_freebsd v0.2.0)

Workaround to install Tailwind binary on FreeBSD.

Add phx_tailwind_freebsd to your list of dependencies in mix.exs:

def deps do
  [
    {:phx_tailwind_freebsd, "~> 0.2.0", runtime: Mix.env() == :dev}
  ]
end

Run mix tailwind.install_freebsd in the project directory.

Summary

Functions

Link to this function

install_tailwind_on_freebsd()

View Source