gaurav-spacreo / minify

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

remove maxFiles #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
STOP! If your issue is with URI rewriting, read the wiki first:
http://code.google.com/p/minify/wiki/CommonProblems#URIs_are_re-
written_incorrectly_in_CSS_output
Please remove this message from the issue.

Minify version:
PHP version:

What steps will reproduce the problem?
1.Change the config.php with $min_serveOptions['minApp']['maxFiles'] = 60;
2.11 files in f=params
3.400 not work

Expected output:

Actual output:

Did any unit tests FAIL? (Please do not post the full list)

Please provide any additional information below. If this has to do with URI
rewriting, please include your DOCUMENT_ROOT, the

Original issue reported on code.google.com by yaoyunj...@gmail.com on 29 Mar 2010 at 9:44

GoogleCodeExporter commented 9 years ago
Did you enable the FirePHP logging to make sure the 400 is due to too many 
files?
http://code.google.com/p/minify/wiki/Debugging

The option is merged in here:
http://code.google.com/p/minify/source/browse/tags/release_2.1.3/min/lib/Minify/
Controller/MinApp.php#26

You might just insert a die($cOptions['maxFiles']) after that to see that the 
option 
is being merged correctly.

Original comment by mrclay....@gmail.com on 2 Apr 2010 at 2:52

GoogleCodeExporter commented 9 years ago
I think I'm just going to remove this feature in future releases.

Original comment by mrclay....@gmail.com on 22 Apr 2010 at 5:30

GoogleCodeExporter commented 9 years ago
Removed in R411

Original comment by mrclay....@gmail.com on 9 May 2010 at 4:48