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 c4cbc2d commit d91f58cCopy full SHA for d91f58c
README.md
@@ -121,11 +121,11 @@ Then, run the following command to minify assets:
121
122
```shell
123
# this outputs the result in the console
124
-php bin/console minify:assets css/main.css
+php bin/console minify:asset css/main.css
125
126
# this will write the output into the 'main.min.css' file
127
# (the given output file is created / overwritten if needed)
128
-php bin/console minify:assets css/main.css css/main.min.css
+php bin/console minify:asset css/main.css css/main.min.css
129
```
130
131
## Configuration
0 commit comments