zhanjh / minify

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

require_once in CSS.php: wrong Paths? #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The include paths in CSS.php seem to be wrong to me. Instead of 
"Minify/CSS/Compressor.php" it should be "CSS/Compressor.php". Same for:
Minify/CommentPreserver.php --> CommentPreserver.php
Minify/CSS/UriRewriter.php --> CSS/UriRewriter.php
Didnt check the other php-Files for wrong paths.

Original issue reported on code.google.com by uwe.m...@gmail.com on 19 Sep 2012 at 6:42

GoogleCodeExporter commented 9 years ago
Minify sets the include path. These paths are based on PSR-0, not relative 
paths. I intend to ditch require/include for autoloading when I next work on 
this.

Original comment by mrclay....@gmail.com on 19 Sep 2012 at 7:15