ericmckean / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

error in documentation #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed, thanks!

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