lasso-js / lasso-less

Lasso.js plugin to support compilation of less dependencies
7 stars 10 forks source link

Optimizer Less is considering Full URL as a relative URL. #4

Closed pedramphp closed 9 years ago

pedramphp commented 9 years ago
background: url(' http://p.ebaystatic.com/aw/promo/deals/spr_DailyDeals.png ' );

is throwing the following an error

Caused by: Error: Error while resolving resource URL for path "/Users/mpedramrazi/rpp/webapp/ui-comps/ebayui/refit/itemcard/lib/http:/p.ebaystatic.com/aw/promo/deals/spr_DailyDeals.png". Error: Error: File with path "/Users/mpedramrazi/rpp/webapp/ui-comps/ebayui/refit/itemcard/lib/http:/p.ebaystatic.com/aw/promo/deals/spr_DailyDeals.png" does not exist

patrick-steele-idem commented 9 years ago

New version published with fix: optimizer-less@2.0.2

pedramphp commented 9 years ago

Thank you