Codebase list golang-github-tdewolff-minify / 99e5612
Update readme, see #361 Taco de Wolff 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
131131
132132 Minify files in the current working directory to **out/** (no subdirectories):
133133 ```sh
134 $ minify -o out/ .
134 $ minify -o out/ *
135135 ```
136136
137137 Minify files recursively in **src/**: