changcheng / wro4j

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

CssImportPreProcessor: Remove imports in CSS comments #506

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the CSS has a comment of type 
/* @import "file.css" */
and file.css doesn't exist, wro4j throws an exception for that resource

I propose simply to remove all comments before parse the file looking for 
imports.

Original issue reported on code.google.com by alex.obj...@gmail.com on 8 Aug 2012 at 4:30

GoogleCodeExporter commented 9 years ago
Link to pull request from github: https://github.com/alexo/wro4j/pull/59 
provided by jerolba

Original comment by alex.obj...@gmail.com on 8 Aug 2012 at 4:31