Open iduuck opened 9 years ago
@iDuuck you should have a problem with your configuration. Can you show me some urls for background images that you use as inline styles in your HTML files ?
@iDuuck @sindresorhus @stephanebachelier
@supergray we need more informations. I suppose you have the same issue as @iDuuck.
Is your generate up-to-date with grunt-usemin
v3 ? Could you try with grunt-filerev
instead of grunt-rev
Are the HTML files real HTML files or templates (thus a js file) ?
Hi guys, I am currently working on a project with
grunt-rev
andgrunt-usemin
. Now I am in thebuild
progress, but it seems to not affect the inline background-image styles I added to my html files. So everything is working withimg
tags and every external cssbackground-image
is affected, but no inlinebackground-image
style (Everything works in development – I'm using the Yeoman angular generator). Why?This is the
rev
andusemin
task:Thanks in advance for any help!