Skip to content

Commit f19acb8

Browse files
committed
Tweak the deployment scripts suggestions
1 parent 3ec711d commit f19acb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ That should be all you need.
116116
When deploying the app, make sure you add the ideal build combo to your deploy script:
117117

118118
```bash
119-
php artisan tailwindcss:build --minify --digest
119+
php artisan tailwindcss:build --prod
120120
```
121121

122122
If you're running on a "fresh" app (or an isolated environment, like Vapor), and you have added the binary to your `.gitignore` file, make sure you also add the download command to your deploy script before the build one. In these environments, your deploy script should have these two lines
123123

124124
```bash
125125
php artisan tailwindcss:download
126-
php artisan tailwindcss:build --minify --digest
126+
php artisan tailwindcss:build --prod
127127
```
128128

129129
## Testing

0 commit comments

Comments
 (0)