ember-cli / broccoli-asset-rev

Broccoli plugin to add fingerprint checksums and CDN URLs to your assets
MIT License
86 stars 83 forks source link

Add failing test for font-face #43

Closed cibernox closed 9 years ago

cibernox commented 9 years ago

To help to trace down #42

cibernox commented 9 years ago

@rickharrison Have you had a chance to run this tests and see the failure? Just to confirm that is a legitimate bug and not that I'm doing something wrong.

rickharrison commented 9 years ago

So for me this test is passing. the only change I had to make was to remove the #robotoregular from the outputted css. I think you might have an issue in your broccoli definition. Could you post how you are trying to use broccoli asset rev and your folder structure?

rickharrison commented 9 years ago

I'm going to close this for now. Please let me know if you figured out your issue or not.

cibernox commented 9 years ago

I forgot about this. I figured it out. If I recall correctly the problem was that I was prepending the url with a /, but I'm not 100% sure I'm telling you the truth.

Thanks!

rickharrison commented 9 years ago

Cool, glad its all worked out!