Boons
Boons
This is my new config entry: ```elixir config :tailwind, version: "3.0.24", default: [ args: ~w( --config=tailwind.config.js --input=css/app.css --output=../priv/static/assets/app.css ), cd: Path.expand("../assets", __DIR__) ] ``` Commands I ran: `mix tailwind.install` This...
I ran: `cd assets` Then: `../_build/tailwind-macos-arm64 --config=tailwind.config.js --input=css/app.css --output=../priv/static/assets/app.css` This was the output: `[1] 47934 killed ../_build/tailwind-macos-arm64 --config=tailwind.config.js --input=css/app.css` I can fork and maybe take a look since you don't...
It's similar sure, but I tried to change the API_URL with no avail. I get a parse error for `127.0.0.1:8082`
I have this issue on node version 5.6.0 and 5.4.1. I get `Error:`make`failed with exit code: 2` After make was installed just moments ago, I'm on Ubuntu 14.04, installed via...