Closed dmoreno closed 9 years ago
Can you provide a sample project or a failing test case demonstrating the issue? We have a passing test that specifically uses that svg syntax and rewrites the source as expected.
Please make sure that you are on the latest version of broccoli-asset-rev
and if possible on the latest version of ember-cli
You're right! I was using an old version of broccoli-asset-rev (0.3.1). If I update to 1.1.1 (dependency of last ember-cli version), it works like a charm!
Sorry for the noise! Thanks for your work, it's a useful project!
No worries, glad everything is working for you now!
I have this configuration for fingerprint rewrite:
SVG file names are rewritten with hash. But inside css file, url for SVG webfont is not rewrited when it is generated by https://github.com/sapegin/grunt-webfont by this way:
Original CSS:
Modified CSS:
URL for SVG file is not rewritten with hash. Problem seems to be in this syntax:
But .eot files has the same sintax and they are rewritten.