@@ -23,30 +23,30 @@ dependencies Unicode-ready Python3-ready Minifier for the Web.
23
23
positional arguments:
24
24
fullpath Full path to local file or folder.
25
25
26
- optional arguments:
27
- -h, --help show this help message and exit
28
- --version show program' s version number and exit
29
- --wrap Wrap Output to ~80 chars per line, CSS Only.
30
- --prefix PREFIX Prefix string to prepend on output filenames.
31
- --timestamp Add a Time Stamp on all CSS/JS output files.
32
- --quiet Quiet, Silent, force disable all Logging.
33
- --obfuscate Obfuscate Javascript. JS Only. (Recommended).
34
- --checkupdates Check for Updates from Internet while running.
35
- --tests Run all built-in Unit Tests, report and exit.
36
- --hash Add SHA1 HEX-Digest 11chars Hash to Filenames.
37
- --gzip GZIP Minified files as ' * .gz' , CSS/JS Only.
38
- --comments Keep Comments, CSS/HTML Only (Not Recommended)
39
- --overwrite Force overwrite all in-place (Not Recommended)
40
- --after AFTER Command to execute after run (Experimental).
41
- --before BEFORE Command to execute before run (Experimental).
42
- --watch Re-Compress if file changes (Experimental).
43
-
44
- CSS-HTML-JS-Minify: Takes a file or folder full path string and process all
45
- CSS/HTML/JS found. If argument is not file/folder will fail. Check Updates
46
- works on Python3. StdIn to StdOut is deprecated since may fail with unicode
47
- characters. SHA1 HEX-Digest 11 Chars Hash on Filenames is used for Server
48
- Cache. CSS Properties are AlphaSorted,to help spot cloned ones,Selectors not.
49
- Watch works for whole Folders, with minimum of ~60 Secs between runs.
26
+ optional arguments:
27
+ -h, --help show this help message and exit
28
+ --version show program' s version number and exit
29
+ --wrap Wrap Output to ~80 chars per line, CSS Only.
30
+ --prefix PREFIX Prefix string to prepend on output filenames.
31
+ --timestamp Add a Time Stamp on all CSS/JS output files.
32
+ --quiet Quiet, Silent, force disable all Logging.
33
+ --obfuscate Obfuscate Javascript. JS Only. (Recommended).
34
+ --checkupdates Check for Updates from Internet while running.
35
+ --tests Run all built-in Unit Tests, report and exit.
36
+ --hash Add SHA1 HEX-Digest 11chars Hash to Filenames.
37
+ --gzip GZIP Minified files as ' * .gz' , CSS/JS Only.
38
+ --comments Keep Comments, CSS/HTML Only (Not Recommended)
39
+ --overwrite Force overwrite all in-place (Not Recommended)
40
+ --after AFTER Command to execute after run (Experimental).
41
+ --before BEFORE Command to execute before run (Experimental).
42
+ --watch Re-Compress if file changes (Experimental).
43
+
44
+ CSS-HTML-JS-Minify: Takes a file or folder full path string and process all
45
+ CSS/HTML/JS found. If argument is not file/folder will fail. Check Updates
46
+ works on Python3. StdIn to StdOut is deprecated since may fail with unicode
47
+ characters. SHA1 HEX-Digest 11 Chars Hash on Filenames is used for Server
48
+ Cache. CSS Properties are AlphaSorted,to help spot cloned ones,Selectors not.
49
+ Watch works for whole Folders, with minimum of ~60 Secs between runs.
50
50
51
51
```
52
52
0 commit comments