changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

CssImportPreProcessor and CssUrlRewritingProcessor produce invalid image URL when using nested imports #425

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the following preProcessors: CssImportPreProcessor and 
CssUrlRewritingProcessor there is an issue with url rewriting. 

The order of preProcessors is important. This issue can be solvedsimply by 
switching the order of pre-processors, with CssUrlRewritingProcessor coming 
first.

The order is incorrect in YUIStandaloneManagerFactory. Use the correct order in 
that managerFactory.

Detailed description of the problem can be found here: 
https://github.com/alexo/wro4j/issues/37

Original issue reported on code.google.com by alex.obj...@gmail.com on 4 May 2012 at 12:42

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 5 May 2012 at 11:41