mennake/minify

error in documentation

Closed this issue · 1 comments

Minify version:
PHP version:

hello 

i think there is an error in your documentation?

http://code.google.com/p/minify/wiki/UriRewriting

$min_serveOptions['allowDirs'] = array(
    '//',                 // allow from the normal DOC_ROOT
    '/etc/static_content' // allow from our alias target
);

======>>>>>>>


$min_serveOptions['minApp']['allowDirs'] = array(
    '//',                 // allow from the normal DOC_ROOT
    '/etc/static_content' // allow from our alias target
);

Original issue reported on code.google.com by samyswel...@gmail.com on 23 Apr 2010 at 10:09

Fixed, thanks!

Original comment by mrclay....@gmail.com on 23 Apr 2010 at 11:38

  • Changed title: error in documentation
  • Changed state: Verified