Skip to content

Instantly share code, notes, and snippets.

@BIRSAx2
Created November 21, 2021 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BIRSAx2/7d38ec6c67e74c1d755a0357073c3eb0 to your computer and use it in GitHub Desktop.
Save BIRSAx2/7d38ec6c67e74c1d755a0357073c3eb0 to your computer and use it in GitHub Desktop.
{
"scripts": {
"deploy": "NODE_ENV=production tailwindcss --minify -i css/app.css -o ../priv/static/assets/app.css"
},
"dependencies": {},
"devDependencies": {
"tailwindcss": "^2.2.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment