adamburmister / morning_glory

Manage deployments of Rails assets to the Amazon S3/Cloudfront CDN
MIT License
32 stars 12 forks source link

when more than 1 url() in css, subsequent assets don't get uploaded #4

Open ayn opened 14 years ago

ayn commented 14 years ago

When you have more than 1 url() in a single line, only first asset get uploaded to Cloudfront, and renamed in the css file.

Example: background: url(/images/bg_left.png) no-repeat 0% 50%, url(/images/bg_right.png) no-repeat 100% 50%;