Cross Reference: MINIFY
xref
: /
httpd
/
docs
/
manual
/
style
/
scripts
/
MINIFY
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
MINIFY revision e9f640f7551f94504c920995daa12e5c84fb9565
851
N/A
#!/
bin
/
sh
851
N/A
1179
N/A
(
echo
'// see
prettify.js
for copyright, license and expanded version'
;
python
-
mrjsmin
<
prettify.js
)
>
prettify.min.js
1408
N/A
1179
N/A
# needs python and rjsmin installed
1179
N/A