mirror of
https://github.com/mrclay/minify.git
synced 2025-08-07 14:46:29 +02:00
This commit is contained in:
@@ -8,9 +8,7 @@
|
|||||||
* and by the article "Supercharged JavaScript" by Patrick Hunlock
|
* and by the article "Supercharged JavaScript" by Patrick Hunlock
|
||||||
* <wb@hunlock.com>.
|
* <wb@hunlock.com>.
|
||||||
*
|
*
|
||||||
* The JSMin library used for JavaScript minification was originally written by
|
* JSMin was originally written by Douglas Crockford <douglas@crockford.com>.
|
||||||
* Douglas Crockford <douglas@crockford.com> and was ported to PHP by
|
|
||||||
* David Holmes <dholmes@cfdsoftware.net>.
|
|
||||||
*
|
*
|
||||||
* Requires PHP 5.2.1+.
|
* Requires PHP 5.2.1+.
|
||||||
*
|
*
|
||||||
|
3
tools/doc.bat
Normal file
3
tools/doc.bat
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
; Generates Minify documentation using PhpDocumentor.
|
||||||
|
@echo off
|
||||||
|
phpdoc -f ../minify.php,../lib/jslib.php -t ../docs -o html:smarty:php
|
Reference in New Issue
Block a user