mirror of
https://github.com/mrclay/minify.git
synced 2025-08-06 14:16:28 +02:00
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
* and by the article "Supercharged JavaScript" by Patrick Hunlock
|
||||
* <wb@hunlock.com>.
|
||||
*
|
||||
* The JSMin library used for JavaScript minification was originally written by
|
||||
* Douglas Crockford <douglas@crockford.com> and was ported to PHP by
|
||||
* David Holmes <dholmes@cfdsoftware.net>.
|
||||
* JSMin was originally written by Douglas Crockford <douglas@crockford.com>.
|
||||
*
|
||||
* 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