We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124665a commit 09d3bd6Copy full SHA for 09d3bd6
lib/install/tailwind/install.rb
@@ -4,7 +4,7 @@
4
run "yarn add tailwindcss@latest postcss@latest autoprefixer@latest"
5
6
say "Add build:css script"
7
-build_script = "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css"
+build_script = "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify"
8
9
if (`npx -v`.to_f < 7.1 rescue "Missing")
10
say %(Add "scripts": { "build:css": "#{build_script}" } to your package.json), :green
0 commit comments