We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86897a3 commit 99bd45dCopy full SHA for 99bd45d
README.md
@@ -23,7 +23,7 @@ Destination directory should exist if specified.
23
```
24
PreCompress -i C:\temp\source\*.dll -d c:\temp\destination
25
PreCompress -i C:\temp\source\*.dll -i C:\temp\source\*.json
26
-PreCompress -i C:\temp\source\ -p *\.(dll|js.*)$
+PreCompress -i C:\temp\source\ -p \.(dll|js.*)$
27
PreCompress -i source\file.dll
28
PreCompress -i *.dll
29
0 commit comments