We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider the doc root:
Gruntfile.js static/css/app.css static/img//.
Inside static/css/app.css:
.test{background: url('../img/test1.png');}
And the Grunt config:
imageEmbed: { test: { src: ['<%= pkg.staticRoot %>/css/app.css'], dest: '<%= pkg.staticRoot %>/app.css' } }
In this situation, the output is not longer relative to the absolute paths when the task is executed and causes something like this:
Warning: File /var/www/html/test/tasks/../img/test1.png does not exist Use --force to continue.
Thoughts?
The text was updated successfully, but these errors were encountered:
I'm having the same problem. What are we missing?
Sorry, something went wrong.
👍
Possible dupe of #10? I just pushed an update to npm with #10's bug fix - can you give it a spin?
No branches or pull requests
Consider the doc root:
Gruntfile.js
static/css/app.css
static/img//.
Inside static/css/app.css:
And the Grunt config:
In this situation, the output is not longer relative to the absolute paths when the task is executed and causes something like this:
Thoughts?
The text was updated successfully, but these errors were encountered: