1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-05 16:21:14 +03:00
Files
apache/docs/manual/style/scripts/MINIFY
2014-02-02 22:19:44 +00:00

6 lines
167 B
Bash

#!/bin/sh
(echo '// see prettify.js for copyright, license and expanded version'; python -mrjsmin <prettify.js) >prettify.min.js
# needs python and rjsmin installed